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/default.nix | 1 - modules/home.legacy/conf/iamb/config.json | 9 --------- modules/home.legacy/conf/iamb/config.json.license | 9 --------- modules/home.legacy/conf/iamb/default.nix | 12 ------------ 4 files changed, 31 deletions(-) delete mode 100644 modules/home.legacy/conf/iamb/config.json delete mode 100644 modules/home.legacy/conf/iamb/config.json.license delete mode 100644 modules/home.legacy/conf/iamb/default.nix (limited to 'modules/home.legacy/conf') diff --git a/modules/home.legacy/conf/default.nix b/modules/home.legacy/conf/default.nix index a0e367e1..6049e6f8 100644 --- a/modules/home.legacy/conf/default.nix +++ b/modules/home.legacy/conf/default.nix @@ -16,7 +16,6 @@ ./gammastep ./gtk ./himalaya - ./iamb ./keepassxc ./mail ./mbsync diff --git a/modules/home.legacy/conf/iamb/config.json b/modules/home.legacy/conf/iamb/config.json deleted file mode 100644 index ca06d543..00000000 --- a/modules/home.legacy/conf/iamb/config.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "profiles": { - "soispha": { - "user_id": "@soispha:vhack.eu", - "url": "https://matrix.vhack.eu" - } - }, - "default_profile": "soispha" -} diff --git a/modules/home.legacy/conf/iamb/config.json.license b/modules/home.legacy/conf/iamb/config.json.license deleted file mode 100644 index eae6a84c..00000000 --- a/modules/home.legacy/conf/iamb/config.json.license +++ /dev/null @@ -1,9 +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 . 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