colmena override bash->fish maintain posix compliance, and began make wishlist.nix flake

This commit is contained in:
Emile Clark-Boman 2025-02-13 14:47:33 +10:00
parent d39ba5da80
commit 20d938a506
5 changed files with 220 additions and 41 deletions

View file

@ -30,6 +30,8 @@
ags.url = "github:Aylur/ags";
hyprpanel.url = "github:Jas-SinghFSU/HyprPanel";
colmena.url = "github:zhaofengli/colmena";
};
outputs = {
@ -39,6 +41,7 @@
hyprland,
grub2-themes,
nixcord,
colmena,
...
} @ inputs: let
system = "x86_64-linux";
@ -147,7 +150,9 @@
};
# remote deployment to my servers!!
colmena = {
#colmenaHive = colmena.lib.makeHive self.outputs.colmena;
#colmena = {
colmenaHive = colmena.lib.makeHive {
meta = {
# set nixpkgs global
nixpkgs = pkgs;