test
This commit is contained in:
parent
c34cf4382a
commit
a655872845
2 changed files with 5 additions and 1 deletions
|
@ -85,7 +85,6 @@
|
|||
sops-nix.nixosModules.sops # Handle secrets
|
||||
lanzaboote.nixosModules.lanzaboote # SecureBoot Configuration
|
||||
nur.nixosModules.nur # NixOS User Repository
|
||||
hyprland.homeManagerModules.default # Hyprland Desktop Repository
|
||||
# nixos-hardware.nixosModules.lenovo-thinkpad-p1 # Thinkpad P1 hardware configuration
|
||||
|
||||
# Home Manager settings
|
||||
|
|
|
@ -8,4 +8,9 @@
|
|||
../../home-manager/bash.nix
|
||||
../../home-manager/firefox.nix
|
||||
];
|
||||
homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration {
|
||||
modules = [
|
||||
hyprland.homeManagerModules.default
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue