add kanshi

This commit is contained in:
Grigory Shipunov 2023-04-12 13:35:52 +02:00
parent 9b6f778f24
commit 6f42ac1eb3
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -1,5 +1,5 @@
# General Desktop-related config # General Desktop-related config
{ config, pkgs, lib, ... }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
firefox-wayland firefox-wayland
@ -138,6 +138,7 @@
gnome.adwaita-icon-theme gnome.adwaita-icon-theme
i3status-rust i3status-rust
wlsunset wlsunset
kanshi
]; ];
}; };
environment.sessionVariables = { GTK_THEME = "Adwaita:dark"; }; environment.sessionVariables = { GTK_THEME = "Adwaita:dark"; };