diff --git a/configuration/common/users.nix b/configuration/common/users.nix index 2104864..0d8876f 100644 --- a/configuration/common/users.nix +++ b/configuration/common/users.nix @@ -24,7 +24,7 @@ }; stuebinm = { - uid = 1001; + uid = 1005; isNormalUser = true; extraGroups = [ "wheel" ]; openssh.authorizedKeys.keys = [ @@ -49,7 +49,6 @@ openssh.authorizedKeys.keys = [ "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCt34ou3NYWoUayWrJa5ISzihAAhFiwolJPmm2fF9llPUUA8DP3BQRiKeqDlkDzhWLwztb+dNIUuregiFJdRN5Q2JZBKlM7Gqb1QtPhtK+xe2pyZPX2SWKIsKA6j3VAThhXsQdj3slXu3dG8FF7j+IFg/eTgpeQIFQQkMIc204ha8OP2ASYAJqgJVbXq8Xh3KkAc1HSrjYJLntryvK10wyU8p3ug370dMu3vRUn44FEyDzXFM9rfsgysQTzVgp+sXdRfMLeyvf+SUrE8hiPjzevF2nsUP0Xf/rIaK5VayChPLXJkulognINzvuVWAdwNPDLpgGwkjglF2681Ag88bLX allesmoeglicheundvielmehr@hotmail.de" ]; - packages = with pkgs; [ makemkv ]; }; schweby = { @@ -60,7 +59,6 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL6JWi0MBDz0Zy4zjauQv28xYmHyapb8D4zeesq91LLE schweby@txsbcct" ]; hashedPassword = "$6$zkAsaVdmIduqZxez$GY9aBlYeP41F0it/VbbZzLLLRQhHAbDdFsa3e/1GS9McTuSimMHODg6HqNVEH1zSqD3afhK/0UHfqbtF5qpi90"; - packages = with pkgs; [ makemkv ]; }; }; } diff --git a/configuration/desktop/gnome.nix b/configuration/desktop/gnome.nix index 9a71fa3..531fddb 100644 --- a/configuration/desktop/gnome.nix +++ b/configuration/desktop/gnome.nix @@ -10,5 +10,5 @@ }; # hardware.nvidia.modesetting.enable = true; -# services.xserver.desktopManager.gnome3.enable = true; + services.xserver.desktopManager.kde.enable = true; } diff --git a/configuration/hosts/nixda/configuration.nix b/configuration/hosts/nixda/configuration.nix index 3abcc0b..9a66312 100644 --- a/configuration/hosts/nixda/configuration.nix +++ b/configuration/hosts/nixda/configuration.nix @@ -34,7 +34,7 @@ serviceConfig.ExecStart = "${pkgs.blackmagicDesktopVideo}/bin/DesktopVideoHelper -n"; }; - environment.systemPackages = with pkgs; [ blackmagicDesktopVideo ]; + environment.systemPackages = with pkgs; [ blackmagicDesktopVideo makemkv ]; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions