From 3ea313728d6a6cf2ea15fc4ff11047bacf4962f9 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 18 May 2025 13:18:41 +0200 Subject: [PATCH] feat(flake): remove unneded flake nixos target. --- flake.nix | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/flake.nix b/flake.nix index c4d061d..9ca65ef 100644 --- a/flake.nix +++ b/flake.nix @@ -225,37 +225,6 @@ ]; }; - nixos = nixpkgs.lib.nixosSystem { - specialArgs = {inherit inputs;}; - modules = [ - # Get the system config - ./hosts/nixos/configuration.nix - # Enable stylix - inputs.stylix.nixosModules.stylix - # Load updated auto-cpufreq - auto-cpufreq.nixosModules.default - # Load my modules - ./modules/linux/nixos - # Still no specific modules here - # ./modules/cross-platform/nixos - agenix.nixosModules.default - # Setup home manager for my user - home-manager.nixosModules.home-manager - { - home-manager.useGlobalPkgs = true; - home-manager.extraSpecialArgs = {inherit inputs;}; - home-manager.backupFileExtension = "backup"; - home-manager.users.crony = { - imports = [ - ./hosts/nixos/home.nix - ./modules/linux/home-manager - ./modules/cross-platform/home-manager - ]; - }; - } - ]; - }; - ymir = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs;}; modules = [