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