Added Packages to Hyprland config
This commit is contained in:
@@ -33,6 +33,7 @@ let
|
||||
];
|
||||
documentation.info.enable = false;
|
||||
})
|
||||
hyprland.nixosModules.default
|
||||
];
|
||||
}
|
||||
../modules
|
||||
|
||||
@@ -11,8 +11,12 @@ let
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.hyprland.enable = true;
|
||||
users.users.finn.packages = with pkgs; [
|
||||
wofi
|
||||
mako
|
||||
];
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user