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