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
|
# 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"; };
|
||||||
|
|
Loading…
Add table
Reference in a new issue