diff options
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 = { |
