Switch to Plasma
This commit is contained in:
parent
a70962e6c6
commit
f00fe93ec4
2 changed files with 15 additions and 28 deletions
|
|
@ -135,10 +135,16 @@
|
|||
xserver = {
|
||||
enable = true;
|
||||
desktopManager = {
|
||||
gnome.enable = true;
|
||||
# gnome.enable = true;
|
||||
# cinnamon.enable = true;
|
||||
plasma5 = {
|
||||
enable = true;
|
||||
runUsingSystemd = true;
|
||||
useQtScaling = true;
|
||||
};
|
||||
};
|
||||
displayManager.gdm = { enable = true; wayland = false; };
|
||||
# displayManager.gdm = { enable = true; wayland = false; };
|
||||
displayManager.sddm.enable = true;
|
||||
layout = "us";
|
||||
videoDrivers = [ "nvidia" ];
|
||||
xkbOptions = "eurosign:e";
|
||||
|
|
@ -157,7 +163,7 @@
|
|||
|
||||
users.users.bertof = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "audio" "input" "docker" "flashrom" "libvirtd" "network" "usb" "video" "wheel" ];
|
||||
extraGroups = [ "audio" "input" "docker" "flashrom" "libvirtd" "network" "networkmanager" "usb" "video" "wheel" ];
|
||||
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+zsSWZFFzQKnATCAvtG+iuSm4qkZHjCtHzGa9B/71W" ];
|
||||
shell = pkgs.zsh;
|
||||
useDefaultShell = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue