Switched back to kde for now

This commit is contained in:
2024-08-19 17:15:36 -03:00
parent 53737ff1fc
commit 6cb835730f
5 changed files with 8 additions and 4 deletions

View File

@@ -100,7 +100,7 @@
./home ./home
./home/shell ./home/shell
./home/applications ./home/applications
./home/desktops/hyprland ./home/desktops/kde
]; ];
}; };
} }

View File

@@ -8,6 +8,7 @@
xwayland.enable = true; xwayland.enable = true;
plugins = [ plugins = [
pkgs.hyprlandPlugins.hyprspace pkgs.hyprlandPlugins.hyprspace
pkgs.hyprlandPlugins.hyprgrass
]; ];
# Optional # Optional
@@ -31,7 +32,7 @@
bind = [ bind = [
# Manage Windows # Manage Windows
"$mainMod, Tab, exec, pypr expose" "$mainMod, Tab, overview:toggle,"
# Launch Bindings # Launch Bindings
"$mainMod, Enter, exec, rofi -show drun" "$mainMod, Enter, exec, rofi -show drun"

View File

@@ -7,6 +7,5 @@
kdePackages.kdenlive kdePackages.kdenlive
kdePackages.alpaka kdePackages.alpaka
kitty kitty
libsForQt5.polonium
]; ];
} }

View File

@@ -22,7 +22,7 @@ in {
../../modules/containers.nix ../../modules/containers.nix
../../modules/virtualization.nix ../../modules/virtualization.nix
../../modules/harden.nix ../../modules/harden.nix
../../modules/hyprland.nix ../../modules/kde.nix
]; ];
# Set networking # Set networking

View File

@@ -20,6 +20,10 @@
portalPackage = pkgs.xdg-desktop-portal-hyprland; portalPackage = pkgs.xdg-desktop-portal-hyprland;
}; };
environment.variables = {
NIXOS_OZONE_WL = "1";
};
services.dbus.enable = true; services.dbus.enable = true;
xdg.portal = { xdg.portal = {
enable = true; enable = true;