feat: multiple user

This commit is contained in:
2026-02-28 19:42:36 +09:00
parent 2acc8a1e67
commit 35623910b0
8 changed files with 86 additions and 66 deletions
+6 -2
View File
@@ -5,7 +5,11 @@ in
mkHost {
system = "x86_64-linux";
hostname = "x1carbon";
username = "hare";
users = [
{
username = "hare";
homeModule = [ ./hare ];
}
];
systemModules = [ ./nixos.nix ];
homeModule = [ ./home-manager.nix ];
}
@@ -7,16 +7,16 @@
{
home.stateVersion = "25.05";
imports = [
../../home-manager/hyprland
../../home-manager/tofi.nix
../../home-manager/fnott.nix
../../home-manager/direnv.nix
../../home-manager/obs-studio.nix
../../home-manager/wezterm
../../home-manager/fish
../../../home-manager/hyprland
../../../home-manager/tofi.nix
../../../home-manager/fnott.nix
../../../home-manager/direnv.nix
../../../home-manager/obs-studio.nix
../../../home-manager/wezterm
../../../home-manager/fish
];
hare.hyprland = {
style = import ../../home-manager/hyprland/styles/thin.nix { inherit lib; };
style = import ../../../home-manager/hyprland/styles/thin.nix { inherit lib; };
input.sensitivity = -0.6;
wallpaperCommand = "swww img /usr/share/wallpaper/";
};