diff options
Diffstat (limited to 'hosts/local/i3.nix')
-rw-r--r-- | hosts/local/i3.nix | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/hosts/local/i3.nix b/hosts/local/i3.nix index 492acda..ef31bde 100644 --- a/hosts/local/i3.nix +++ b/hosts/local/i3.nix @@ -24,10 +24,18 @@ QT_IM_MODULE = "fcitx"; XMODIFIERS = "@im=fcitx"; }; - + # gnome stuff + services.gvfs.enable = true; + programs.dconf.enable = true; environment.systemPackages = with pkgs; [ + # gnome stuff + gnome.adwaita-icon-theme + gnome.nautilus polybar rofi + xorg.xev + # + digikam # screenshots flameshot shutter |