felixalbpc: Prepare for hyprland

This commit is contained in:
Felix Albrigtsen 2025-02-04 10:19:17 +01:00
parent 6802751fa9
commit 9660f29fe4
2 changed files with 23 additions and 4 deletions

View File

@ -2,9 +2,9 @@
{ {
services.xserver = { services.xserver = {
enable = true; enable = true;
displayManager.lightdm = { # displayManager.lightdm = {
enable = true; # enable = true;
}; # };
xkb = { xkb = {
# options = "ctrl:nocaps"; # options = "ctrl:nocaps";
options = "nodeakeys"; options = "nodeakeys";
@ -13,8 +13,12 @@
}; };
windowManager.qtile.enable = true; windowManager.qtile.enable = true;
}; };
services.displayManager.ly.enable = true;
programs.hyprland.enable = true; programs.hyprland = {
enable = true;
xwayland.enable = true;
};
hardware.keyboard.zsa.enable = true; hardware.keyboard.zsa.enable = true;
environment.sessionVariables = { environment.sessionVariables = {

View File

@ -32,6 +32,21 @@ in {
virt-manager virt-manager
w3m w3m
# Window Manager Extras
bibata-cursors
hyprcursor
hypridle
hyprlock
hyprpaper
hyprshot
hyprswitch
nautilus
# rofi-rbw-wayland
swaynotificationcenter
waybar
wl-clipboard
cliphist
(python311.withPackages (ps: with ps; [ (python311.withPackages (ps: with ps; [
numpy numpy
pycryptodome pycryptodome