grub + sddm
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
./system-modules/sound.nix
|
||||
./system-modules/ollama.nix
|
||||
./system-modules/grub.nix
|
||||
./system-modules/dm.nix
|
||||
|
||||
./system-modules/hsmw.nix
|
||||
./system-modules/health_reminder.nix
|
||||
@@ -35,13 +36,14 @@
|
||||
console.font = "Lat2-Terminus16";
|
||||
console.keyMap = "de";
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.xkb.layout = "de";
|
||||
services.xserver.xkb.options = "eurosign:e,caps:escape";
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
xkb = {
|
||||
layout = "de";
|
||||
options = "eurosign:e,caps:escape";
|
||||
};
|
||||
# lightdm in lightdm.nix
|
||||
};
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user