Initial: switcher to caelestia shell

This commit is contained in:
Tomas Rivera
2026-04-08 17:12:54 +02:00
parent 3ceea3d5ee
commit 6625c1bdda
8 changed files with 600 additions and 21 deletions
+5
View File
@@ -10,6 +10,10 @@
url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs";
};
caelestia-shell = { # based on quickshell. See https://github.com/caelestia-dots/shell
url = "github:caelestia-dots/shell";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
};
# never got nixvim to wokrs. ):
# nixvim = {
@@ -22,6 +26,7 @@
nixpkgs-unstable,
home-manager,
nixos-grub-themes,
caelestia-shell,
...
} @ inputs: let
system = "x86_64-linux";