separate plasma from sddm
This commit is contained in:
parent
d568de464e
commit
f19ae43a40
4 changed files with 17 additions and 14 deletions
|
@ -8,6 +8,7 @@
|
|||
./home
|
||||
./niri
|
||||
./plasma
|
||||
./sddm
|
||||
./virt
|
||||
];
|
||||
|
||||
|
@ -74,14 +75,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Needed for some features in nautilus such as auto-mounting and trash
|
||||
services.gvfs.enable = true;
|
||||
|
||||
users.users.twoneis = {
|
||||
isNormalUser = true;
|
||||
description = "twoneis";
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
services = {
|
||||
# Needed for some features in nautilus such as auto-mounting and trash
|
||||
gvfs.enable = true;
|
||||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
users.defaultUserShell = pkgs.fish;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue