diff options
| author | Grigory Shipunov | 2023-04-12 13:35:52 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2023-04-12 13:35:52 +0200 |
| commit | 6f42ac1eb3d8e1f74bb36ce12f2f85b3ccf37a82 (patch) | |
| tree | b0168312f3d56f1be24e91b61f937bbc1ba52c4b | |
| parent | 9b6f778f24b036448a982cc42da4ffa0e077c8f7 (diff) | |
add kanshi
| -rw-r--r-- | modules/sway.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/sway.nix b/modules/sway.nix index 55e8a72..87e8e57 100644 --- a/modules/sway.nix +++ b/modules/sway.nix @@ -1,5 +1,5 @@ # General Desktop-related config -{ config, pkgs, lib, ... }: +{ pkgs, ... }: { environment.systemPackages = with pkgs; [ firefox-wayland @@ -138,6 +138,7 @@ gnome.adwaita-icon-theme i3status-rust wlsunset + kanshi ]; }; environment.sessionVariables = { GTK_THEME = "Adwaita:dark"; }; |
