goodbye coral

This commit is contained in:
xenia 2025-05-29 19:13:44 +02:00
parent b277bb60d6
commit 80c2f3e9f6

View File

@ -181,17 +181,6 @@
background = "pan-wire-3.png";
use-display-manager = true;
};
coral =
let
system = "aarch64-linux";
pkgs = mkPkgs system;
home = mkHome {
username = "coral";
home-dir = "/home/coral";
prompt-color = 243;
inherit system pkgs;
};
in { home = home; };
xenia =
let
system = "aarch64-linux";
@ -227,7 +216,6 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.coral = coral.home;
home-manager.users.xenia = xenia.home;
}
{ home-manager.users.xenia = xenia.pc; }