added wm installations
This commit is contained in:
21
system/wm/x11.nix
Normal file
21
system/wm/x11.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./fonts.nix
|
||||
./dbus.nix
|
||||
./gnome-keyring.nix
|
||||
];
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
layout = "us";
|
||||
xkbVariant = "";
|
||||
xkbOptions = "";
|
||||
excludePackages = [ pkgs.xterm ];
|
||||
displayManager.sddm = {
|
||||
enable = true;
|
||||
wayland.enable = false;
|
||||
package = pkgs.sddm;
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user