diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-01-21 17:10:18 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-01-21 17:10:18 -0500 |
| commit | 1575fc5d45c270d32f7ada235c5fe156e6e2492d (patch) | |
| tree | ed39cebf6a374e09ce9813f8db52f4afb42045d0 /hosts | |
| parent | update commits (diff) | |
| download | dotfiles-nix-1575fc5d45c270d32f7ada235c5fe156e6e2492d.tar.gz dotfiles-nix-1575fc5d45c270d32f7ada235c5fe156e6e2492d.tar.bz2 dotfiles-nix-1575fc5d45c270d32f7ada235c5fe156e6e2492d.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 = { |