feat: multiple user
This commit is contained in:
@@ -5,7 +5,11 @@ in
|
||||
mkHost {
|
||||
system = "x86_64-linux";
|
||||
hostname = "Arcadia";
|
||||
username = "hare";
|
||||
users = [
|
||||
{
|
||||
username = "hare";
|
||||
homeModule = [ ./hare ];
|
||||
}
|
||||
];
|
||||
systemModules = [ ./nixos.nix ];
|
||||
homeModule = [ ./home-manager.nix ];
|
||||
}
|
||||
|
||||
@@ -8,19 +8,19 @@
|
||||
home.stateVersion = "25.05";
|
||||
imports = [
|
||||
inputs.nix-index-database.homeModules.nix-index
|
||||
./display.nix
|
||||
../../home-manager/tofi.nix
|
||||
../../home-manager/hyprland
|
||||
../../home-manager/fnott.nix
|
||||
../../home-manager/wezterm
|
||||
../../home-manager/fish
|
||||
../../home-manager/vscode.nix
|
||||
../../home-manager/direnv.nix
|
||||
../../home-manager/firefox.nix
|
||||
../../home-manager/obs-studio.nix
|
||||
../../home-manager/zeditor.nix
|
||||
../../home-manager/blender.nix
|
||||
../../home-manager/voicevox.nix
|
||||
../display.nix
|
||||
../../../home-manager/tofi.nix
|
||||
../../../home-manager/hyprland
|
||||
../../../home-manager/fnott.nix
|
||||
../../../home-manager/wezterm
|
||||
../../../home-manager/fish
|
||||
../../../home-manager/vscode.nix
|
||||
../../../home-manager/direnv.nix
|
||||
../../../home-manager/firefox.nix
|
||||
../../../home-manager/obs-studio.nix
|
||||
../../../home-manager/zeditor.nix
|
||||
../../../home-manager/blender.nix
|
||||
../../../home-manager/voicevox.nix
|
||||
];
|
||||
hare.hyprland = {
|
||||
input.sensitivity = -1.0;
|
||||
Reference in New Issue
Block a user