From 80c2f3e9f655d1cc3d16fe02c117799a7560d8f5 Mon Sep 17 00:00:00 2001 From: xenia Date: Thu, 29 May 2025 19:13:44 +0200 Subject: [PATCH] goodbye coral --- flake.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/flake.nix b/flake.nix index f075b716..ca246cb1 100644 --- a/flake.nix +++ b/flake.nix @@ -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; }