diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-20 16:06:57 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-20 16:14:24 +0200 |
commit | 5156e1aae36a153be98b6832ab3ced7be2b2faee (patch) | |
tree | 3f050d3bc567af4c72f87e0925d21c3521436e45 /hm/soispha/conf/iamb | |
parent | refactor(hm/conf/zsh): Remove old zsh-prompt file (diff) | |
download | nixos-config-5156e1aae36a153be98b6832ab3ced7be2b2faee.zip |
refactor(hm): Rename to `modules/home`
Diffstat (limited to 'hm/soispha/conf/iamb')
-rw-r--r-- | hm/soispha/conf/iamb/config.json | 9 | ||||
-rw-r--r-- | hm/soispha/conf/iamb/default.nix | 3 |
2 files changed, 0 insertions, 12 deletions
diff --git a/hm/soispha/conf/iamb/config.json b/hm/soispha/conf/iamb/config.json deleted file mode 100644 index ca06d543..00000000 --- a/hm/soispha/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/hm/soispha/conf/iamb/default.nix b/hm/soispha/conf/iamb/default.nix deleted file mode 100644 index 2a93472c..00000000 --- a/hm/soispha/conf/iamb/default.nix +++ /dev/null @@ -1,3 +0,0 @@ -{...}: { - xdg.configFile."iamb/config.json".source = ./config.json; -} |