1
0
Fork 0

Compare commits

..

2 commits

2 changed files with 13 additions and 8 deletions

View file

@ -199,14 +199,6 @@
settings.eDP-2.path = "/home/priime/.wallpaper/mountain.jpg";
};
# Compositor
services.picom = {
enable = true;
backend = "glx";
activeOpacity = 1;
inactiveOpacity = 1;
};
services.emacs = {
enable = true;
defaultEditor = true;

View file

@ -135,6 +135,19 @@
autoRepeatInterval = 17;
};
services.keyd = {
enable = true;
keyboards.default = {
ids = [ "32ac:0012" ];
settings = {
main = {
capslock = "leftshift";
leftshift = "noop";
};
};
};
};
# Window Manager
programs.niri.enable = true;
programs.xwayland.enable = true;