feat: add cachix
This commit is contained in:
parent
9ea9ea6ff2
commit
5165cbae07
3 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
|||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
nix.settings.auto-optimise-store = true;
|
||||
|
||||
services.journald.extraConfig = ''
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
programs.fish.enable = true;
|
||||
programs.fsh.enable = true;
|
||||
services.ssh-agent.enable = true;
|
||||
# services.ssh-agent.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
wget
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
firefox
|
||||
fluffychat
|
||||
fractal-next
|
||||
cachix
|
||||
prismlauncher
|
||||
];
|
||||
|
||||
programs.direnv.enable = true;
|
||||
|
|
Loading…
Reference in a new issue