diff options
author | polwex <polwex@sortug.com> | 2024-09-07 17:10:22 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-09-07 17:10:22 +0700 |
commit | 0a8c8dd3c67a018d9ae6ff87777a3823f0fb40cd (patch) | |
tree | 3542c534e87c90bba37754e2291985be76236247 /hosts/local/i3.nix | |
parent | c2757fd60b8991639cc1b8a8372a5362f8d214b2 (diff) |
m
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 |