diff --git a/dot_config/flake/flake.nix b/dot_config/flake/flake.nix index 6a7f911..0d8e20e 100644 --- a/dot_config/flake/flake.nix +++ b/dot_config/flake/flake.nix @@ -21,10 +21,6 @@ }; nixpkgs-bitwarden.url = "github:nixos/nixpkgs/6fd0382c80e18f0883709fb5a6bf9f40bc671a62"; - - cosmic = { - url = "github:lilyinstarlight/nixos-cosmic"; - }; }; outputs = { @@ -37,8 +33,7 @@ darwin, helix, stylix, - cosmic, - ... + ... } @ inputs: let inherit (self) outputs; @@ -137,7 +132,6 @@ # extraSpecialArgs = {inherit inputs outputs;}; # modules = [stylix.homeManagerModules.stylix ./home/wash/wash.nix]; # }; - - }; + }; }; } diff --git a/dot_config/flake/machines/wash/configuration.nix b/dot_config/flake/machines/wash/configuration.nix index 8e276eb..1303ac3 100644 --- a/dot_config/flake/machines/wash/configuration.nix +++ b/dot_config/flake/machines/wash/configuration.nix @@ -20,7 +20,6 @@ config = { allowUnfree = true; permittedInsecurePackages = [ - "fluffychat-linux-1.23.0" ]; }; };