Skip to content

Commit

Permalink
Add a home file for zangetsu
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Jun 24, 2024
1 parent 9081b89 commit 638dd88
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@

# Specify your home configuration modules here, for example,
# the path to your home.nix.
modules = home-manager-modules;
modules =
home-manager-modules
++ [
./nixos/hosts/zangetsu/home.nix
];

# Optionally use extraSpecialArgs
# to pass through arguments to home.nix
Expand Down
5 changes: 5 additions & 0 deletions nixos/hosts/zangetsu/home.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
wayland.windowManager.hyprland.settings.general = {
monitor = ",preferred,auto,1.175";
};
}

0 comments on commit 638dd88

Please sign in to comment.