This commit is contained in:
willifan 2024-05-11 19:56:45 +02:00
parent 3d0a294785
commit 347b20d668
17 changed files with 298 additions and 16 deletions

View file

@ -35,8 +35,8 @@
modules = [
# Import the previous configuration.nix we used,
# so the old configuration file still takes effect
./configuration.nix
./hosts/common
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
@ -47,7 +47,6 @@
# Optionally, use home-manager.extraSpecialArgs to pass arguments to home.nix
}
];
};
};