aboutsummaryrefslogtreecommitdiffstats
path: root/modules/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common/default.nix')
-rw-r--r--modules/common/default.nix25
1 files changed, 3 insertions, 22 deletions
diff --git a/modules/common/default.nix b/modules/common/default.nix
index e5172921..4855c7ab 100644
--- a/modules/common/default.nix
+++ b/modules/common/default.nix
@@ -42,7 +42,6 @@
};
polkit.enable = true;
- power.enable = true;
xdg.enable = true;
services = {
@@ -97,33 +96,14 @@
config.home-manager.users.soispha.home.file);
in
[
- # TODO(@bpeetz): Move these to their respective modules <2025-05-09>
- # Already synchronized by TaskChampion sync server
- "~/.local/share/task"
- # Already synchronized by atuin sync server
- "~/.local/share/atuin"
+ # TODO(@bpeetz): Move that to its respective module (after migrating it to
+ # by-name) <2025-05-09>
# Already synchronized by mbsync
"~/.local/share/maildir"
-
-
- # "Unknown filetype" (and there is no real reason to (try to) synchronize sockets)
- "~/.local/share/gnupg/S.gpg-agent"
- "~/.local/share/gnupg/S.gpg-agent.browser"
- "~/.local/share/gnupg/S.gpg-agent.extra"
- "~/.local/share/gnupg/S.gpg-agent.ssh"
- "~/.local/share/gnupg/S.scdaemon"
-
- # Should not be synchronized
- "~/.local/share/unison"
-
- # These are just to big to be synchronized (# TODO: Work around that <2024-08-31> )
- "~/.local/share/Steam"
]
++ homeManagerSymlinks;
pathsToSync = [
- "~/.local/state/mpv"
- "~/.local/state/nvim"
"~/.local/share"
"~/.local/.Trash-1000"
@@ -240,6 +220,7 @@
yt.enable = true;
zathura.enable = true;
zsh.enable = true;
+ fish.enable = true;
};
version.enable = true;