feat: add cachix

This commit is contained in:
Ashhhleyyy 2023-10-06 16:16:48 +01:00
parent 9ea9ea6ff2
commit 5165cbae07
Signed by: ash
GPG key ID: 83B789081A0878FB
3 changed files with 4 additions and 1 deletions

View file

@ -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 = ''

View file

@ -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

View file

@ -4,6 +4,8 @@
firefox
fluffychat
fractal-next
cachix
prismlauncher
];
programs.direnv.enable = true;