Updated Pegasus Configuration
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
};
|
||||
defaultSession = "plasma";
|
||||
};
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
programs.dconf.enable = true;
|
||||
|
||||
@@ -18,4 +17,9 @@
|
||||
kdePackages.kaccounts-providers
|
||||
kdePackages.kio-gdrive
|
||||
];
|
||||
|
||||
environment.sessionVariables = {
|
||||
GIT_ASKPASS = "/usr/bin/ksshaskpass";
|
||||
NIXOS_OZONE_WL = "1";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user