about summary refs log tree commit diff
path: root/nix/awesome.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-03-10 15:40:27 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-03-10 15:40:27 +0900
commit931b1872b2f54334e3a35b05c591492cf998847d (patch)
treea503c6a3ac507279acb79c105d49443366886913 /nix/awesome.nix
parent7d0b169dc69036aa04e4dff3a596b254635f8d55 (diff)
downloaddotfiles-931b1872b2f54334e3a35b05c591492cf998847d.tar.gz
Improve time management
Diffstat (limited to 'nix/awesome.nix')
-rw-r--r--nix/awesome.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/nix/awesome.nix b/nix/awesome.nix
index f46f4e6..9cc0076 100644
--- a/nix/awesome.nix
+++ b/nix/awesome.nix
@@ -39,9 +39,10 @@
   environment.systemPackages = with pkgs; [
     gnome.adwaita-icon-theme networkmanagerapplet qt5ct
     clipbuzz keynav playerctl pulsemixer xclip xdotool xorg.xkill
-    aerc amfora calcurse dante ncdu ranger ueberzug vim_configurable
-    arandr audacious keepassx-community liferea scrot rxvt-unicode zathura
-    firefox gajim libreoffice mepo nheko tor-browser-bundle-bin transmission-gtk
+    aerc amfora calcurse dante khard ncdu ranger ueberzug vim_configurable
+    arandr audacious keepassx liferea scrot rxvt-unicode zathura
+    firefox gajim libreoffice mepo nheko tor-browser-bundle-bin
+    nextcloud-client transmission-gtk
   ];
 
   hardware.brillo.enable = true;