This commit is contained in:
smayzy 2025-07-08 23:42:28 +02:00
parent 57acb81759
commit 9f76cea35e
2 changed files with 1 additions and 16 deletions

View File

@ -27,22 +27,7 @@
services.displayManager.sddm.enable = true; services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true; services.displayManager.sddm.wayland.enable = true;
programs.hyprland = {
enable = true;
xwayland.enable = true;
};
xdg.portal.enable = true;
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
mako
wofi
wlogout
waybar
wl-clipboard
libnotify
hyprpaper
webcord webcord
pavucontrol pavucontrol
cliphist cliphist
@ -53,7 +38,6 @@
komikku komikku
librewolf librewolf
inkscape inkscape
hyprlock
]; ];
services.flatpak = { services.flatpak = {

View File

@ -27,6 +27,7 @@ in
libnotify libnotify
hyprpaper hyprpaper
hyprpolkitagent hyprpolkitagent
hyprlock
]; ];
}; };
} }