From d7fa0ed77ec58df9ab2ce298fc84ed6c441b47ea Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 18 Jan 2026 04:07:23 +0900 Subject: [PATCH] {flake.nix,home/packages}: remove remains of dosei --- flake.nix | 12 ------------ home/packages.nix | 4 +--- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/flake.nix b/flake.nix index d5bfa81..885f952 100644 --- a/flake.nix +++ b/flake.nix @@ -292,18 +292,6 @@ "specialArgs" ])); in { - dosei = nixSys "dosei" { - modules = [ - { - home-manager.users.h7x4.home.uid = 1000; - } - - nixos-hardware.nixosModules.common-pc - nixos-hardware.nixosModules.common-pc-ssd - nixos-hardware.nixosModules.common-cpu-intel - nixos-hardware.nixosModules.common-gpu-intel - ]; - }; kasei = nixSys "kasei" { modules = [ nixos-hardware.nixosModules.common-pc diff --git a/home/packages.nix b/home/packages.nix index c510d4b..45151b3 100644 --- a/home/packages.nix +++ b/home/packages.nix @@ -116,6 +116,7 @@ mumble naps2 nsxiv + pcloud pdfarranger pwvucontrol # scrcpy @@ -156,9 +157,6 @@ steam-tui stepmania # taisei - ] ++ lib.optionals (machineName != "dosei") [ - # Source blocked by external firewall on dosei - pcloud ] ); }