Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

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

feat(nanna): add store for flatpak

cosmeak cd785a05 394467f6

+4
+4
modules/hosts/nanna/configuration.nix
··· 24 24 # System wide programs and applications 25 25 programs.firefox.enable = true; 26 26 27 + environment.systemPackages = with pkgs; [ 28 + bazaar # Flatpak store 29 + ]; 30 + 27 31 # Enable printing 28 32 services.printing.enable = true; 29 33