diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-21 17:10:18 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-21 19:07:10 -0500 |
| commit | 87b020f947393f0c63bb5e5253ec4c258448c154 (patch) | |
| tree | e6e7d3df7f8c96dc058b5a9d09a388ea08576526 /hosts | |
| parent | update commits (diff) | |
| download | dotfiles-nix-87b020f947393f0c63bb5e5253ec4c258448c154.tar.gz dotfiles-nix-87b020f947393f0c63bb5e5253ec4c258448c154.tar.bz2 dotfiles-nix-87b020f947393f0c63bb5e5253ec4c258448c154.zip | |
add kanshi user service
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/shinji/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix index ec86418..d220725 100644 --- a/hosts/shinji/default.nix +++ b/hosts/shinji/default.nix @@ -17,6 +17,7 @@ monitors = [ { port = "eDP-1"; + laptop = true; scale = 1.25; bitdepth = 10; } @@ -70,6 +71,7 @@ caelestia.enable = true; hyprlock.enable = true; rofi.enable = true; + kanshi.enable = true; kitty.enable = true; }; browsers = { |