Plasma 6 and fixes
Some fixes to deprecation warnings Update settings to 24.05 by default Add better tools Include GParted in Jude deployment Update unstable pin
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
lshw
|
||||
];
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
nix = {
|
||||
gc.dates = "weekly";
|
||||
|
||||
@@ -17,7 +17,7 @@ in with lib; {
|
||||
enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
layout = "us";
|
||||
xkb.layout = "us";
|
||||
# Trackpad support
|
||||
libinput.enable = true;
|
||||
};
|
||||
|
||||
@@ -13,9 +13,12 @@ in with lib; {
|
||||
services = {
|
||||
xserver = {
|
||||
enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
layout = "us";
|
||||
desktopManager.plasma6.enable = true;
|
||||
displayManager = {
|
||||
defaultSession = "plasma";
|
||||
sddm.enable = true;
|
||||
};
|
||||
xkb.layout = "us";
|
||||
# Trackpad support
|
||||
libinput.enable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user