feat: multiple user
This commit is contained in:
@@ -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/";
|
||||
};
|
||||
Reference in New Issue
Block a user