hyprland: separate settings for user and host

This commit is contained in:
2025-11-27 15:33:23 +03:00
parent 80583eba1d
commit fdbc52363a
8 changed files with 147 additions and 93 deletions
+1 -1
View File
@@ -13,7 +13,6 @@
inputs.stylix.homeModules.stylix
../modules/user.nix
./${name}/modules/git.nix
./${name}/modules/hyprland.nix
./${name}/modules/style.nix
./${name}/home.nix
];
@@ -35,6 +34,7 @@
laptop = laptop;
name = config.networking.hostName;
};
username = name;
};
};
}