add new packages
This commit is contained in:
parent
cc7096662e
commit
c83209886a
1 changed files with 4 additions and 0 deletions
|
|
@ -88,6 +88,10 @@ in
|
|||
(lib.mkIf cfg.desktopEnvironment.niri.enable {
|
||||
# is this it?
|
||||
programs.niri.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
fuzzel
|
||||
swww
|
||||
];
|
||||
})
|
||||
|
||||
# Hyprland desktop environment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue