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" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
|
boot.supportedFilesystems = [ "ntfs" ];
|
||||||
nix.settings.auto-optimise-store = true;
|
nix.settings.auto-optimise-store = true;
|
||||||
|
|
||||||
services.journald.extraConfig = ''
|
services.journald.extraConfig = ''
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
programs.fish.enable = true;
|
programs.fish.enable = true;
|
||||||
programs.fsh.enable = true;
|
programs.fsh.enable = true;
|
||||||
services.ssh-agent.enable = true;
|
# services.ssh-agent.enable = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
wget
|
wget
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
firefox
|
firefox
|
||||||
fluffychat
|
fluffychat
|
||||||
fractal-next
|
fractal-next
|
||||||
|
cachix
|
||||||
|
prismlauncher
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.direnv.enable = true;
|
programs.direnv.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue