diff options
Diffstat (limited to 'modules/common')
| -rw-r--r-- | modules/common/abstract-nord.png | bin | 140219 -> 0 bytes | |||
| -rw-r--r-- | modules/common/abstract-nord.png.license | 9 | ||||
| -rw-r--r-- | modules/common/default.nix | 33 | ||||
| -rw-r--r-- | modules/common/projects.json | 4 |
4 files changed, 7 insertions, 39 deletions
diff --git a/modules/common/abstract-nord.png b/modules/common/abstract-nord.png Binary files differdeleted file mode 100644 index 5ef498bf..00000000 --- a/modules/common/abstract-nord.png +++ /dev/null diff --git a/modules/common/abstract-nord.png.license b/modules/common/abstract-nord.png.license deleted file mode 100644 index eae6a84c..00000000 --- a/modules/common/abstract-nord.png.license +++ /dev/null @@ -1,9 +0,0 @@ -nixos-config - My current NixOS configuration - -Copyright (C) 2025 Benedikt Peetz <benedikt.peetz@b-peetz.de> -SPDX-License-Identifier: GPL-3.0-or-later - -This file is part of my nixos-config. - -You should have received a copy of the License along with this program. -If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>. diff --git a/modules/common/default.nix b/modules/common/default.nix index ea9f2ded..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" @@ -219,16 +199,10 @@ pointer-1133-49970-Logitech_Gaming_Mouse_G502 = [["pointer-accel" "0"] ["accel-profile" "none"]]; pointer-12951-6505-ZSA_Technology_Labs_Moonlander_Mark_I = [["pointer-accel" "0"] ["accel-profile" "none"]]; }; - backgroundStart = [ - # TODO(@bpeetz): Move these to systemd units/their own modules <2025-05-18> - - ["${lib.getExe pkgs.swaybg}" "--image" "${./abstract-nord.png}"] - pkgs.swayidle - ]; }; }; mpv.enable = true; - steam.enable = false; + steam.enable = true; ssh.enable = true; swaylock.enable = true; timewarrior.enable = true; @@ -246,6 +220,7 @@ yt.enable = true; zathura.enable = true; zsh.enable = true; + fish.enable = true; }; version.enable = true; diff --git a/modules/common/projects.json b/modules/common/projects.json index e8e9bc39..ea14d6e4 100644 --- a/modules/common/projects.json +++ b/modules/common/projects.json @@ -22,6 +22,7 @@ "google": {}, "health": {}, "job": {}, + "shop": {}, "sweden": {} } }, @@ -65,5 +66,6 @@ "netflix": {}, "youtube": {} } - } + }, + "uni": {} } |
