desktop
This commit is contained in:
@@ -28,7 +28,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
desktop.gnome = enabled;
|
desktop.plasma = enabled;
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
hyprland = {
|
hyprland = {
|
||||||
@@ -193,8 +193,17 @@ in
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
specialisation = {
|
specialisation = {
|
||||||
|
"gnome".configuration = {
|
||||||
|
${namespace} = {
|
||||||
|
desktop = {
|
||||||
|
plasma = lib.mkForce disabled;
|
||||||
|
gnome = lib.mkForce enabled;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
"cosmic".configuration = {
|
"cosmic".configuration = {
|
||||||
${namespace} = {
|
${namespace} = {
|
||||||
|
desktop.plasma = lib.mkForce disabled;
|
||||||
programs = {
|
programs = {
|
||||||
hyprland = lib.mkForce disabled;
|
hyprland = lib.mkForce disabled;
|
||||||
kitty = lib.mkForce disabled;
|
kitty = lib.mkForce disabled;
|
||||||
|
|||||||
@@ -40,9 +40,8 @@
|
|||||||
enable = false;
|
enable = false;
|
||||||
wallpaperSource = "bing";
|
wallpaperSource = "bing";
|
||||||
};
|
};
|
||||||
gnome = {
|
plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
vscodium.enable = true;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -103,31 +102,23 @@
|
|||||||
# kernelPackages = lib.mkOverride 90 pkgs.${namespace}.linuxPackages_cachyos-rc-lto-znver4;
|
# kernelPackages = lib.mkOverride 90 pkgs.${namespace}.linuxPackages_cachyos-rc-lto-znver4;
|
||||||
# };
|
# };
|
||||||
#};
|
#};
|
||||||
"plasma" = {
|
"gnome" = {
|
||||||
configuration = {
|
configuration = {
|
||||||
${namespace} = {
|
${namespace} = {
|
||||||
sops.enable = true;
|
sops.enable = true;
|
||||||
desktop = {
|
desktop = {
|
||||||
plasma.enable = lib.mkForce true;
|
plasma.enable = lib.mkForce false;
|
||||||
hyprland.enable = lib.mkForce false;
|
hyprland.enable = lib.mkForce false;
|
||||||
gnome.enable = lib.mkForce false;
|
gnome = lib.mkForce {
|
||||||
|
enable = true;
|
||||||
|
vscodium.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
home.extraOptions = {
|
home.extraOptions = {
|
||||||
${namespace} = {
|
${namespace} = {
|
||||||
desktop = {
|
desktop = {
|
||||||
gnome = lib.mkForce { enable = false; };
|
plasma = lib.mkForce { enable = false; };
|
||||||
plasma = lib.mkForce { enable = true; };
|
gnome = lib.mkForce { enable = true; };
|
||||||
};
|
|
||||||
programs = {
|
|
||||||
hyprland = lib.mkForce { enable = false; };
|
|
||||||
kitty = lib.mkForce { enable = false; };
|
|
||||||
mako = lib.mkForce { enable = false; };
|
|
||||||
nwg-dock = lib.mkForce { enable = false; };
|
|
||||||
nwg-drawer = lib.mkForce { enable = false; };
|
|
||||||
nwg-panel = lib.mkForce { enable = false; };
|
|
||||||
waybar = lib.mkForce { enable = false; };
|
|
||||||
wlogout = lib.mkForce { enable = false; };
|
|
||||||
wofi = lib.mkForce { enable = false; };
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user