felixalbpc: Prepare for hyprland
This commit is contained in:
parent
6802751fa9
commit
9660f29fe4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user