add kanshi
This commit is contained in:
parent
9b6f778f24
commit
6f42ac1eb3
1 changed files with 2 additions and 1 deletions
|
@ -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"; };
|
||||
|
|
Loading…
Add table
Reference in a new issue