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