โ„๏ธ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop
0
fork

Configure Feed

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

ใ€Œ๐Ÿ”จใ€ fix(home42): Fixed rebuilding at 42

+1 -1
+1
flake.nix
··· 58 58 }; 59 59 homeManagerConfigurations = { 60 60 "42adjoly" = home-manager.lib.homeManagerConfiguration { 61 + pkgs = nixpkgs.legacyPackages."x86_64-linux"; 61 62 modules = [ 62 63 ./home/adjoly/home42.nix 63 64 {
-1
home/adjoly/home42.nix
··· 28 28 }) 29 29 ]; 30 30 }; 31 - nix.nixPath = [ "nixpkgs=${inputs.unstablepkgs}" ]; 32 31 33 32 catppuccin = { 34 33 enable = true;