Added Packages to Hyprland config

This commit is contained in:
fmarkwitz
2023-07-06 16:04:36 +02:00
parent de1b89071f
commit 56eed9210c
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -33,6 +33,7 @@ let
];
documentation.info.enable = false;
})
hyprland.nixosModules.default
];
}
../modules
+5 -1
View File
@@ -11,8 +11,12 @@ let
config = lib.mkIf cfg.enable {
programs.hyprland.enable = true;
users.users.finn.packages = with pkgs; [
wofi
mako
];
};
};
}