Compare commits
2 commits
1ef82190d4
...
6264f29395
Author | SHA1 | Date | |
---|---|---|---|
Artemis Tosini | 6264f29395 | ||
Artemis Tosini | 09ba55ce2f |
|
@ -19,7 +19,6 @@
|
|||
|
||||
environment.variables.EDITOR = "nvim";
|
||||
|
||||
services.nix-daemon.enable = true;
|
||||
programs = {
|
||||
fish = {
|
||||
enable = true;
|
||||
|
@ -75,7 +74,11 @@
|
|||
|
||||
environment.loginShell = "${pkgs.fish}/bin/fish";
|
||||
|
||||
nix.settings.experimental-features = "nix-command flakes";
|
||||
services.nix-daemon.enable = true;
|
||||
nix.settings = {
|
||||
sandbox = true;
|
||||
experimental-features = "nix-command flakes";
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [ inputs.lix-module.overlays.default ];
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
shellAliases = {
|
||||
cat = "bat";
|
||||
ls = "eza";
|
||||
cp = "cp --reflink=auto --sparse=always";
|
||||
nix-fish = "nix-shell --command fish";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue