aboutsummaryrefslogtreecommitdiff
path: root/machines
diff options
context:
space:
mode:
Diffstat (limited to 'machines')
-rw-r--r--machines/nixos/x86_64-linux/rivendell.nix21
1 files changed, 0 insertions, 21 deletions
diff --git a/machines/nixos/x86_64-linux/rivendell.nix b/machines/nixos/x86_64-linux/rivendell.nix
index f75fe60..11207d7 100644
--- a/machines/nixos/x86_64-linux/rivendell.nix
+++ b/machines/nixos/x86_64-linux/rivendell.nix
@@ -59,26 +59,5 @@
};
};
- services = {
- desktopManager.plasma6.enable = true;
- };
-
- jovian = {
- hardware = {
- has.amd.gpu = true;
- amd.gpu.enableBacklightControl = false;
- };
- steam = {
- updater.splash = "vendor";
- enable = true;
- autoStart = true;
- user = "fcuny";
- desktopSession = "plasma";
- };
- steamos = {
- useSteamOSConfig = true;
- };
- };
-
system.stateVersion = "23.11"; # Did you read the comment?
}