Add hyprland home manager module to nixpad

This commit is contained in:
floppydiskette 2023-09-02 19:46:44 +01:00
parent 50c4004a12
commit a944f4ab52
No known key found for this signature in database

View file

@ -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
];