|
|
@ -32,7 +32,8 @@ packages: {config, ...}: {
|
|
|
|
];
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
|
|
services = {
|
|
|
|
services = {
|
|
|
|
xserver.desktopManager.xfce = {
|
|
|
|
xserver = {
|
|
|
|
|
|
|
|
desktopManager.xfce = {
|
|
|
|
enable = true;
|
|
|
|
enable = true;
|
|
|
|
thunarPlugins = with packages; [
|
|
|
|
thunarPlugins = with packages; [
|
|
|
|
nixpkgs.xfce.thunar-archive-plugin
|
|
|
|
nixpkgs.xfce.thunar-archive-plugin
|
|
|
@ -40,6 +41,11 @@ packages: {config, ...}: {
|
|
|
|
];
|
|
|
|
];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
displayManager.lightdm = {
|
|
|
|
|
|
|
|
enable = true;
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
udisks2 = {
|
|
|
|
udisks2 = {
|
|
|
|
enable = true;
|
|
|
|
enable = true;
|
|
|
|
};
|
|
|
|
};
|
|
|
|