mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2024-11-22 16:08:50 +01:00
switch to plasma6
This commit is contained in:
parent
bbf5cce2d8
commit
68e27997d3
2 changed files with 5 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
xsession.pointerCursor = {
|
||||
name = "Bibata-Modern-Classic";
|
||||
package = pkgs.bibata-cursors;
|
||||
size = 128;
|
||||
size = 28;
|
||||
};
|
||||
|
||||
programs.obs-studio = {
|
||||
|
|
|
@ -28,8 +28,8 @@
|
|||
xserver = {
|
||||
enable = true;
|
||||
displayManager.sddm.enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
displayManager.defaultSession = "plasmawayland";
|
||||
displayManager.defaultSession = "plasma";
|
||||
desktopManager.plasma6.enable = true;
|
||||
layout = "us";
|
||||
xkbVariant = "";
|
||||
};
|
||||
|
@ -41,6 +41,8 @@
|
|||
fwupd.enable = true;
|
||||
};
|
||||
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ brlaser brgenml1lpr ];
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
|
|
Loading…
Reference in a new issue