Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ADD: agenix, cleanup

+5 -2
+4 -1
configuration.nix
··· 3 3 # https://search.nixos.org/options and in the NixOS manual (`nixos-help`). 4 4 5 5 { ... }: 6 - 6 + let 7 + agenix = builtins.fetchTarball "https://github.com/ryantm/agenix/archive/main.tar.gz"; 8 + in 7 9 { 8 10 imports = 9 11 [ ··· 12 14 ./boot.nix 13 15 ./networking.nix 14 16 ./gui.nix 17 + (import "${agenix}/modules/age.nix") 15 18 ./users.nix 16 19 ./packages.nix 17 20 ./services.nix
+1 -1
noah-home.nix
··· 18 18 19 19 home.packages = with pkgs; [ 20 20 # main tool 21 - firefox-devedition-bin 21 + firefox-devedition 22 22 direnv 23 23 fish 24 24 tree