diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-05 16:56:41 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2021-12-05 16:58:32 +0100 |
commit | e019e80eac1b03a5c177ef5d358b720bdbc774ac (patch) | |
tree | f2d86a62a62af8f2233c80c115b4943a379996dc /accounts/gkleen@sif/default.nix | |
parent | 73875ac457ec19f1cabb3d343e0c44c1b1171f3d (diff) | |
download | nixos-e019e80eac1b03a5c177ef5d358b720bdbc774ac.tar nixos-e019e80eac1b03a5c177ef5d358b720bdbc774ac.tar.gz nixos-e019e80eac1b03a5c177ef5d358b720bdbc774ac.tar.bz2 nixos-e019e80eac1b03a5c177ef5d358b720bdbc774ac.tar.xz nixos-e019e80eac1b03a5c177ef5d358b720bdbc774ac.zip |
gkleen@sif: taffybar
Diffstat (limited to 'accounts/gkleen@sif/default.nix')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index 55cb1743..e94c0e8c 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -178,6 +178,11 @@ in { | |||
178 | grab | 178 | grab |
179 | ''; | 179 | ''; |
180 | }; | 180 | }; |
181 | taffybar = { | ||
182 | enable = true; | ||
183 | package = import ./taffybar { inherit (pkgs) haskellPackages; }; | ||
184 | }; | ||
185 | status-notifier-watcher.enable = true; | ||
181 | pasystray.enable = true; | 186 | pasystray.enable = true; |
182 | udiskie = { | 187 | udiskie = { |
183 | enable = true; | 188 | enable = true; |
@@ -255,14 +260,15 @@ in { | |||
255 | 260 | ||
256 | home = { | 261 | home = { |
257 | packages = with pkgs; [ | 262 | packages = with pkgs; [ |
258 | fira-code powerline-fonts nerdfonts pavucontrol keepassxc | 263 | fira fira-code powerline-fonts nerdfonts pavucontrol keepassxc |
259 | sxiv xclip mumble pulseaudio-ctl libnotify synergy | 264 | sxiv xclip mumble pulseaudio-ctl libnotify synergy |
260 | xorg.xbacklight screen-message pidgin-with-plugins | 265 | xorg.xbacklight screen-message pidgin-with-plugins |
261 | google-play-music-desktop-player qt5ct playerctl evince | 266 | google-play-music-desktop-player qt5ct playerctl evince |
262 | thunderbird wrappedZulip zoom-us steam steam-run wireshark skype | 267 | thunderbird wrappedZulip zoom-us steam steam-run wireshark |
263 | virt-manager rclone cached-nix-shell xournal discord xmonad | 268 | skype virt-manager rclone cached-nix-shell xournal discord |
264 | worktime fira-code-symbols emacsclientDesktopItem libreoffice | 269 | xmonad worktime fira-code-symbols emacsclientDesktopItem |
265 | xournalpp wrappedChrome nixos-shell virt-viewer freerdp | 270 | libreoffice xournalpp wrappedChrome nixos-shell virt-viewer |
271 | freerdp | ||
266 | ]; | 272 | ]; |
267 | 273 | ||
268 | file = { | 274 | file = { |