Compare commits
No commits in common. "7847a2a5a096f9fc43d3e69edba7155c506ea9c9" and "ca802a7164220daa024814cb8a91ed246806aff2" have entirely different histories.
7847a2a5a0
...
ca802a7164
|
@ -26,6 +26,7 @@ in
|
||||||
experimental-features = [
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
|
"repl-flake"
|
||||||
];
|
];
|
||||||
# use all cores for building
|
# use all cores for building
|
||||||
cores = 0;
|
cores = 0;
|
||||||
|
|
|
@ -23,7 +23,7 @@ in
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
wireshark # on NixOS systems enabled via system config
|
wireshark # on NixOS systems enabled via system config
|
||||||
_1password-cli
|
_1password
|
||||||
# also TODO: color schemes nix-darwin
|
# also TODO: color schemes nix-darwin
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue