Add hyprland home manager module to nixpad
This commit is contained in:
parent
50c4004a12
commit
a944f4ab52
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@
|
|||
pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance
|
||||
extraSpecialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
hyprland.homeManagerModules.default
|
||||
{wayland.windowManager.hyprland.enable = true;}
|
||||
# > Our main home-manager configuration file <
|
||||
./homes/floppydisk
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue