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";
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];
# };
};
};
};
}