Switched back to kde for now
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
./home
|
./home
|
||||||
./home/shell
|
./home/shell
|
||||||
./home/applications
|
./home/applications
|
||||||
./home/desktops/hyprland
|
./home/desktops/kde
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -7,6 +7,5 @@
|
|||||||
kdePackages.kdenlive
|
kdePackages.kdenlive
|
||||||
kdePackages.alpaka
|
kdePackages.alpaka
|
||||||
kitty
|
kitty
|
||||||
libsForQt5.polonium
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user