This commit is contained in:
js0ny 2025-11-07 12:19:39 +00:00
parent 64d100c252
commit 5921775239
13 changed files with 42 additions and 100 deletions

View file

@ -1,22 +1,7 @@
{pkgs, ...}: {
programs.niri.enable = true;
environment.systemPackages = with pkgs; [
waybar
dunst
rofi
rofimoji
rofi-power-menu
swaylock-effects
swayidle
xwayland-satellite
wmname
hyprpolkitagent
];
fonts.packages = [pkgs.font-awesome];
xdg.portal = {
extraPortals = with pkgs; [
kdePackages.xdg-desktop-portal-kde
];
config.common.default = ["kde" "wlr"];
};
}