summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-16 14:02:32 -0400
committerseth <[email protected]>2023-08-17 13:55:47 -0400
commit4fb70765228dd55333844dbb4dfb646a3616893d (patch)
tree0cfa52cde00ea9127a9b7310a3dd9bbf5d8dcefe /hosts
parent2820dc79325f7ecc20193b8235ba00d541eeab8d (diff)
users/seth: detect desktop from osConfig
Diffstat (limited to 'hosts')
-rw-r--r--hosts/glados/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index a2300f1..a15ff96 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -18,13 +18,6 @@ _: {
};
};
- home-manager.users.seth = {
- desktop = {
- enable = true;
- gnome.enable = true;
- };
- };
-
environment.etc."environment".text = ''
LIBVA_DRIVER_NAME=vdpau
'';