remove cosmic packages

This commit is contained in:
Tyler Mayoff 2025-05-15 21:11:08 -04:00
parent 4a1cdbccd4
commit 7ff27ce9b3
2 changed files with 2 additions and 9 deletions

View file

@ -21,10 +21,6 @@
}; };
nixpkgs-bitwarden.url = "github:nixos/nixpkgs/6fd0382c80e18f0883709fb5a6bf9f40bc671a62"; nixpkgs-bitwarden.url = "github:nixos/nixpkgs/6fd0382c80e18f0883709fb5a6bf9f40bc671a62";
cosmic = {
url = "github:lilyinstarlight/nixos-cosmic";
};
}; };
outputs = { outputs = {
@ -37,8 +33,7 @@
darwin, darwin,
helix, helix,
stylix, stylix,
cosmic, ...
...
} @ inputs: let } @ inputs: let
inherit (self) outputs; inherit (self) outputs;
@ -137,7 +132,6 @@
# extraSpecialArgs = {inherit inputs outputs;}; # extraSpecialArgs = {inherit inputs outputs;};
# modules = [stylix.homeManagerModules.stylix ./home/wash/wash.nix]; # modules = [stylix.homeManagerModules.stylix ./home/wash/wash.nix];
# }; # };
};
};
}; };
} }

View file

@ -20,7 +20,6 @@
config = { config = {
allowUnfree = true; allowUnfree = true;
permittedInsecurePackages = [ permittedInsecurePackages = [
"fluffychat-linux-1.23.0"
]; ];
}; };
}; };