ops/nixos: switch to plasma6
This commit is contained in:
parent
3e0b56cb4b
commit
f04490456b
5 changed files with 5 additions and 11 deletions
|
@ -122,7 +122,7 @@
|
||||||
Users.HideUsers = "deployer";
|
Users.HideUsers = "deployer";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
defaultSession = "plasmawayland";
|
defaultSession = "plasma";
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
};
|
};
|
||||||
qt = {
|
qt = {
|
||||||
enable = true;
|
enable = true;
|
||||||
platformTheme = "gtk";
|
platformTheme.name = "gtk";
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = lib.mkAfter (with pkgs; [
|
home.packages = lib.mkAfter (with pkgs; [
|
||||||
|
|
|
@ -7,16 +7,10 @@
|
||||||
config = {
|
config = {
|
||||||
my.home-manager.imports = lib.mkAfter [ ./home-manager/plasma.nix ];
|
my.home-manager.imports = lib.mkAfter [ ./home-manager/plasma.nix ];
|
||||||
|
|
||||||
services.xserver.desktopManager.plasma5 = {
|
services.desktopManager.plasma6 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
useQtScaling = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
qt.platformTheme = "kde";
|
qt.platformTheme = "kde";
|
||||||
|
|
||||||
environment.systemPackages = with pkgs.libsForQt5; [
|
|
||||||
# Bismuth, tiling window manager
|
|
||||||
bismuth
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -175,7 +175,7 @@ in {
|
||||||
Users.HideUsers = "deployer";
|
Users.HideUsers = "deployer";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
defaultSession = "plasmawayland";
|
defaultSession = "plasma";
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.opengl.driSupport32Bit = true;
|
||||||
|
|
|
@ -193,7 +193,7 @@ in {
|
||||||
Users.HideUsers = "deployer";
|
Users.HideUsers = "deployer";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
defaultSession = "plasmawayland";
|
defaultSession = "plasma";
|
||||||
};
|
};
|
||||||
|
|
||||||
boot.initrd.systemd.enable = true;
|
boot.initrd.systemd.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue