From 248e9e209f3b12aa16429d43690edf3f269a7cd0 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 20 Jul 2025 18:35:30 +0200 Subject: 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). --- modules/home.legacy/conf/iamb/default.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 modules/home.legacy/conf/iamb/default.nix (limited to 'modules/home.legacy/conf/iamb/default.nix') 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 -# 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 . -{...}: { - xdg.configFile."iamb/config.json".source = ./config.json; -} -- cgit 1.4.1