hyprland: add clipse, kitty
All checks were successful
Check flake / build-amd64-linux (push) Successful in 4m16s

This commit is contained in:
Jordan Holt 2025-03-15 23:07:20 +00:00
parent f2a040534b
commit 70a8af6395
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -6,17 +6,21 @@
}:
let
inherit (lib)
mkIf
mkOption
;
cfg = config.modules.system.desktop.hyprland;
in
{
options.modules.system.desktop.hyprland = {
enable = lib.mkOption {
enable = mkOption {
default = false;
example = true;
};
};
config = lib.mkIf cfg.enable {
config = mkIf cfg.enable {
programs.hyprland = {
enable = true;
# withUWSM = true;
@ -28,10 +32,12 @@ in
user.packages = with pkgs.unstable; [
anyrun
clipse
hyprpaper
kitty
mpv
walker
waybar
wl-clipboard
];
environment.systemPackages = with pkgs; [