diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-20 18:35:30 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-07-20 18:35:30 +0200 |
commit | 248e9e209f3b12aa16429d43690edf3f269a7cd0 (patch) | |
tree | 21b0745d985704e46f32d91916a525cef4baed8c /modules/home.legacy/conf/iamb/default.nix | |
parent | modules/legacy/conf/{hyfetch,latexindent,rclone,tridactyl}: Remove (diff) | |
download | nixos-config-248e9e209f3b12aa16429d43690edf3f269a7cd0.zip |
modules/legacy/conf/iamb: Move to `by-name` and modernize
I started using `iamb` when it was really not-finished yet (and used a json config).
Diffstat (limited to 'modules/home.legacy/conf/iamb/default.nix')
-rw-r--r-- | modules/home.legacy/conf/iamb/default.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/modules/home.legacy/conf/iamb/default.nix b/modules/home.legacy/conf/iamb/default.nix deleted file mode 100644 index 764e2efc..00000000 --- a/modules/home.legacy/conf/iamb/default.nix +++ /dev/null @@ -1,12 +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>. -{...}: { - xdg.configFile."iamb/config.json".source = ./config.json; -} |