diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-23 00:37:50 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-06-23 00:37:50 +0200 |
| commit | f9d6eb2bf127083e961a079072c55418dd93c81f (patch) | |
| tree | b66ef8a4eb3d05412c28e96924c1dacaa3aef4d1 /modules/common | |
| parent | inputs.nix: Switch back to versioned lanzaboote releases (diff) | |
| download | nixos-config-f9d6eb2bf127083e961a079072c55418dd93c81f.zip | |
treewide: Remove config eval errors
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 | 6 |
3 files changed, 0 insertions, 15 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 5392538a..e5172921 100644 --- a/modules/common/default.nix +++ b/modules/common/default.nix @@ -219,12 +219,6 @@ 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; |
