diff options
| author | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-08-17 11:25:33 +0200 |
|---|---|---|
| committer | Jakub Stachurski <j.stachurski@student.utwente.nl> | 2025-08-17 11:25:33 +0200 |
| commit | 1be972048dd58218cd689ecb5cac562eb398b751 (patch) | |
| tree | 203f19ee01ad5fe28f2868e8c1451f9538e4ab12 /nixos/desktop/hyprland.nix | |
| parent | 3cd59d4670711e34a50adea912c3b0894883e490 (diff) | |
refreshed config
Diffstat (limited to 'nixos/desktop/hyprland.nix')
| -rw-r--r-- | nixos/desktop/hyprland.nix | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/nixos/desktop/hyprland.nix b/nixos/desktop/hyprland.nix deleted file mode 100644 index 62b39ae..0000000 --- a/nixos/desktop/hyprland.nix +++ /dev/null @@ -1,46 +0,0 @@ -{pkgs, ...}: { - environment.systemPackages = with pkgs; [ - hyprland - hyprshot - hyprkeys - hypridle - hyprpaper - hyprpicker - hyprnotify - hyprcursor - hyprpolkitagent - waybar - waybar-mpris - ]; - - - services.xserver.exportConfiguration = true; # This makes it easy to search for a valid keymap - # Enable KDE6 env in case Hyprland gets borked. - # services.desktopManager.plasma6.enable = true; - programs.hyprland.enable = true; - programs.hyprland.withUWSM = true; - programs.uwsm = { - enable = true; - waylandCompositors ={ - hyprland = { - prettyName = "Hyprland"; - comment = "Hyprland compositor managed by UWSM"; - binPath = "/run/current-system/sw/bin/Hyprland"; - }; - }; - }; - - xdg.portal = { - enable = true; - extraPortals = with pkgs; [ xdg-desktop-portal-hyprland xdg-desktop-portal-gtk ]; - config = { - common = { - default = [ - "hyprland" - "gtk" - ]; - "org.freedesktop.impl.portal.Filechooser"="gtk"; - }; - }; - }; -} |
