felixalbpc: Minor fixes, new packages, etc. Update flake inputs.
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.gdm = {
|
||||
displayManager.lightdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
};
|
||||
xkb = {
|
||||
options = "ctrl:nocaps";
|
||||
@@ -28,10 +27,15 @@
|
||||
libnotify
|
||||
pamixer
|
||||
pavucontrol
|
||||
picom
|
||||
sxhkd
|
||||
xclip
|
||||
xss-lock
|
||||
];
|
||||
|
||||
programs.alacritty.settings = {
|
||||
font.size = lib.mkForce 11;
|
||||
};
|
||||
};
|
||||
|
||||
hardware.opengl.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user