summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-04-21 07:53:17 -0400
committerseth <[email protected]>2023-04-21 07:53:17 -0400
commitb3dc31fac86e542f788158cf80476c7194d69361 (patch)
treed968e345da71cc77994cebe7ed9222360bd758d4 /hosts
parent3066f766ece62acd9b9897082dba28be87889dc1 (diff)
bit of cleanup
Diffstat (limited to 'hosts')
-rw-r--r--hosts/default.nix2
-rw-r--r--hosts/glados/default.nix15
2 files changed, 6 insertions, 11 deletions
diff --git a/hosts/default.nix b/hosts/default.nix
index e9396a1..1ad7953 100644
--- a/hosts/default.nix
+++ b/hosts/default.nix
@@ -10,7 +10,7 @@ with inputs; let
nur.nixosModules.nur
self.nixosModules.getchoo
- "${self}/users/seth"
+ users.seth.default
{
age = {
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index 62006b3..509a040 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -1,8 +1,4 @@
-{
- home-manager,
- self,
- ...
-}: {
+{home-manager, ...}: {
imports = [
./boot.nix
./hardware-configuration.nix
@@ -17,11 +13,10 @@
desktop.gnome.enable = true;
home-manager.users.seth = {
- imports = [
- "${self}/users/seth/desktop"
- ];
-
- desktop.gnome.enable = true;
+ desktop = {
+ enable = true;
+ gnome.enable = true;
+ };
};
environment.etc."environment".text = ''