hyprland in home-manager!!!

This commit is contained in:
marty 2025-12-18 07:56:21 +00:00
parent 328bd672af
commit a9119067c5
14 changed files with 80 additions and 44 deletions

View file

@ -8,12 +8,12 @@
};
outputs =
inputs@{
{
self,
nixpkgs,
home-manager,
...
}:
}@inputs:
let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
in
@ -40,16 +40,12 @@
};
marty-latitude = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit inputs; };
modules = [
./marty-latitude.nix
./configuration.nix
./user/marty.nix
home-manager.nixosModules.home-manager
# {
# home-manager.useGlobalPkgs = true;
# home-manager.useUserPackages = true;
# home-manager.users.marty = import ./config.nix/modules/home.nix
# }
];
};