Compare commits
No commits in common. "dd27c33037645ca78b48babb6e03328c691ebb12" and "94f33b58480a3ea230cbf920a98da5d17f80906a" have entirely different histories.
dd27c33037
...
94f33b5848
2 changed files with 8 additions and 13 deletions
|
@ -199,6 +199,14 @@
|
|||
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;
|
||||
|
|
|
@ -135,19 +135,6 @@
|
|||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue