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