diff options
Diffstat (limited to 'accounts/gkleen@sif')
-rw-r--r-- | accounts/gkleen@sif/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix index dfdec275..362a3474 100644 --- a/accounts/gkleen@sif/default.nix +++ b/accounts/gkleen@sif/default.nix | |||
@@ -183,6 +183,16 @@ in { | |||
183 | "@button9" = "${pkgs.pulseaudio}/bin/pacmd set-sink-mute @DEFAULT_SINK@ 0"; | 183 | "@button9" = "${pkgs.pulseaudio}/bin/pacmd set-sink-mute @DEFAULT_SINK@ 0"; |
184 | }; | 184 | }; |
185 | }; | 185 | }; |
186 | |||
187 | unison = { | ||
188 | enable = true; | ||
189 | pairs = { | ||
190 | documents = { | ||
191 | roots = ["${cfg.home.homeDirectory}/documents" "ssh://vidhar/documents"]; | ||
192 | stateDirectory = "${cfg.xdg.dataHome}/documents.unison"; | ||
193 | }; | ||
194 | }; | ||
195 | }; | ||
186 | }; | 196 | }; |
187 | 197 | ||
188 | gtk = { | 198 | gtk = { |