updating to plasma6
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
{
|
||||
imports = [
|
||||
../../users/richie/global/desktop.nix
|
||||
../../users/richie/global/syncthing_base.nix
|
||||
../../users/richie/global/zerotier.nix
|
||||
./hardware.nix
|
||||
@ -33,15 +34,6 @@
|
||||
|
||||
displayManager.sddm.enable = true;
|
||||
|
||||
xserver = {
|
||||
enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
xkb = {
|
||||
layout = "us";
|
||||
variant = "";
|
||||
};
|
||||
};
|
||||
|
||||
openssh.ports = [ 262 ];
|
||||
|
||||
printing.enable = true;
|
||||
|
@ -1,8 +1,9 @@
|
||||
{
|
||||
imports = [
|
||||
./hardware.nix
|
||||
../../users/richie/global/desktop.nix
|
||||
../../users/richie/global/syncthing_base.nix
|
||||
../../users/richie/global/zerotier.nix
|
||||
./hardware.nix
|
||||
./steam.nix
|
||||
];
|
||||
|
||||
@ -32,15 +33,6 @@
|
||||
|
||||
displayManager.sddm.enable = true;
|
||||
|
||||
xserver = {
|
||||
enable = true;
|
||||
desktopManager.plasma5.enable = true;
|
||||
xkb = {
|
||||
layout = "us";
|
||||
variant = "";
|
||||
};
|
||||
};
|
||||
|
||||
openssh.ports = [ 922 ];
|
||||
|
||||
printing.enable = true;
|
||||
|
Reference in New Issue
Block a user