nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit fb5ce6d762940ab13d9bd00da453233ed187fd1b
parent 2d0798b3c77477253e58c7f5dbe418729ba32b63
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Fri, 17 Jul 2026 14:02:27 +0100

We're not using iamb and more

Diffstat:
Dhome/iamb.nix | 14--------------
Mmachines/atlas.nix | 1-
Mmachines/minerva.nix | 1-
Mvariables.sample.nix | 4----
4 files changed, 0 insertions(+), 20 deletions(-)

diff --git a/home/iamb.nix b/home/iamb.nix @@ -1,14 +0,0 @@ -{ vars, ... }: - -{ - programs.iamb = { - enable = true; - settings = { - "default_profile" = "user"; - profiles.user = { - "user_id" = "${vars.matrix.user}"; - "url" = "${vars.matrix.homeserver}"; - }; - }; - }; -} diff --git a/machines/atlas.nix b/machines/atlas.nix @@ -47,7 +47,6 @@ ../home/htop.nix ../home/hypridle.nix ../home/hyprland.nix - ../home/iamb.nix ../home/lf.nix ../home/mpv.nix ../home/neovim.nix diff --git a/machines/minerva.nix b/machines/minerva.nix @@ -42,7 +42,6 @@ ../home/htop.nix ../home/hypridle.nix ../home/hyprland.nix - ../home/iamb.nix ../home/lf.nix ../home/mpv.nix ../home/neovim.nix diff --git a/variables.sample.nix b/variables.sample.nix @@ -25,8 +25,4 @@ rec { machine1 = "id-number-1"; machine2 = "id-number-2"; }; - matrix = { - user = "@user:domain.com"; - homeserver = "https://matrix.domain.com"; - }; } \ No newline at end of file