3
3
mirror of https://git.feal.no/felixalb/nixos-config.git synced 2025-06-15 22:05:59 +02:00

felixalbpc: Prepare for hyprland

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

@ -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 = {

@ -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