slab: change default desktop to Plasma
This commit is contained in:
parent
94e19036c7
commit
3276bc97a9
@ -39,20 +39,22 @@
|
|||||||
./supergfxd.nix
|
./supergfxd.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
specialisation.plasma.configuration = {
|
# specialisation.plasma.configuration = {
|
||||||
system.nixos.tags = [ "Plasma" ];
|
# system.nixos.tags = [ "Plasma" ];
|
||||||
nixfiles = {
|
# nixfiles = {
|
||||||
session = "plasma";
|
# session = "plasma";
|
||||||
};
|
# };
|
||||||
services.displayManager.sddm.enable = lib.mkForce true;
|
# services.displayManager.sddm.enable = lib.mkForce true;
|
||||||
services.xserver.displayManager.startx.enable = lib.mkForce false;
|
# # services.xserver.displayManager.startx.enable = lib.mkForce false;
|
||||||
|
# };
|
||||||
|
|
||||||
|
specialisation.hyprland.configuration = {
|
||||||
|
system.nixos.tags = [ "Hyprland" ];
|
||||||
|
nixfiles.session = "hyprland";
|
||||||
};
|
};
|
||||||
|
|
||||||
nixfiles.supergfxd.profile = lib.mkDefault "Integrated";
|
nixfiles.supergfxd.profile = lib.mkDefault "Integrated";
|
||||||
|
|
||||||
# who needs a display manager?
|
|
||||||
services.displayManager.sddm.enable = false;
|
|
||||||
|
|
||||||
nixfiles = {
|
nixfiles = {
|
||||||
profile.workstation.enable = true;
|
profile.workstation.enable = true;
|
||||||
common.remoteAccess.enable = true;
|
common.remoteAccess.enable = true;
|
||||||
@ -61,7 +63,8 @@
|
|||||||
gaming.enable = true;
|
gaming.enable = true;
|
||||||
fun.enable = true;
|
fun.enable = true;
|
||||||
};
|
};
|
||||||
session = lib.mkDefault "hyprland";
|
# session = lib.mkDefault "hyprland";
|
||||||
|
session = lib.mkDefault "plasma";
|
||||||
programs = {
|
programs = {
|
||||||
adb.enable = true;
|
adb.enable = true;
|
||||||
unbound.enable = false;
|
unbound.enable = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user