ops/nixos: switch to plasma6

This commit is contained in:
Luke Granger-Brown 2024-06-09 00:52:32 +01:00
parent 3e0b56cb4b
commit f04490456b
5 changed files with 5 additions and 11 deletions

View file

@ -122,7 +122,7 @@
Users.HideUsers = "deployer";
};
};
defaultSession = "plasmawayland";
defaultSession = "plasma";
};
boot.initrd.systemd.enable = true;

View file

@ -11,7 +11,7 @@
};
qt = {
enable = true;
platformTheme = "gtk";
platformTheme.name = "gtk";
};
home.packages = lib.mkAfter (with pkgs; [

View file

@ -7,16 +7,10 @@
config = {
my.home-manager.imports = lib.mkAfter [ ./home-manager/plasma.nix ];
services.xserver.desktopManager.plasma5 = {
services.desktopManager.plasma6 = {
enable = true;
useQtScaling = true;
};
qt.platformTheme = "kde";
environment.systemPackages = with pkgs.libsForQt5; [
# Bismuth, tiling window manager
bismuth
];
};
}

View file

@ -175,7 +175,7 @@ in {
Users.HideUsers = "deployer";
};
};
defaultSession = "plasmawayland";
defaultSession = "plasma";
};
hardware.opengl.driSupport32Bit = true;

View file

@ -193,7 +193,7 @@ in {
Users.HideUsers = "deployer";
};
};
defaultSession = "plasmawayland";
defaultSession = "plasma";
};
boot.initrd.systemd.enable = true;