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 = {
enable = true;
displayManager.lightdm = {
enable = true;
};
# displayManager.lightdm = {
# enable = true;
# };
xkb = {
# options = "ctrl:nocaps";
options = "nodeakeys";
@ -13,8 +13,12 @@
};
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;
environment.sessionVariables = {

View File

@ -32,6 +32,21 @@ in {
virt-manager
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; [
numpy
pycryptodome