figured out mount problems
This commit is contained in:
parent
72e2acdef1
commit
33ef4623a1
3 changed files with 43 additions and 21 deletions
17
kde.nix
17
kde.nix
|
|
@ -6,11 +6,25 @@
|
|||
services = {
|
||||
# Enable the KDE Plasma Desktop Environment.
|
||||
xserver = {
|
||||
displayManager.sddm.enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
|
||||
displayManager = {
|
||||
sddm.enable = true;
|
||||
defaultSession = "plasmawayland";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
environment.plasma5.excludePackages = with pkgs.libsForQt5; [
|
||||
elisa
|
||||
gwenview
|
||||
okular
|
||||
khelpcenter
|
||||
];
|
||||
|
||||
programs.dconf.enable = true;
|
||||
programs.partition-manager.enable = true;
|
||||
|
||||
home-manager.users.vinzenz = {
|
||||
config,
|
||||
pkgs,
|
||||
|
|
@ -20,6 +34,7 @@
|
|||
packages = with pkgs; [
|
||||
];
|
||||
};
|
||||
|
||||
services.kdeconnect = {
|
||||
enable = true;
|
||||
indicator = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue