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/shell
./home/applications
./home/desktops/hyprland
./home/desktops/kde
];
};
}

View File

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

View File

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

View File

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

View File

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