Changed dwm flake and home for new laptop

This commit is contained in:
fwastring 2025-01-28 17:44:13 +01:00
parent 5ca7a88213
commit d49398a413
4 changed files with 16 additions and 24 deletions

View file

@ -143,7 +143,7 @@
};
# > Our main home-manager configuration file <
modules = [
./config/home.nix
./config/lill-home.nix
({nixpkgs, ... }: { nixpkgs.overlays = [ overlay-unstable ]; })
({nixpkgs, ... }: { nixpkgs.overlays = [ overlay-fw-pkgs ]; })
];