total revamp!!

This commit is contained in:
kenji
2025-07-07 21:01:19 -05:00
parent b5a542a37c
commit 3a75206afb
4 changed files with 156 additions and 11 deletions
+5 -2
View File
@@ -3,17 +3,20 @@
pkgs,
lib,
system,
inputs,
...
}: let
# Fetch the entire repository from Gitea
# This creates a path in the Nix store containing the repo's contents
caelestia = pkgs.fetchFromGithub {
caelestia = pkgs.fetchFromGitHub {
owner = "liperium"; # The repository owner
repo = "caelestia-shell"; # The repository name
rev = "main"; # Or a specific commit hash/tag like "v1.0"
hash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; # Set this to "" or a dummy value first
hash = "sha256-s7UodKNURqtFYARD+qjhxnm17uocuz0A3znPneZMDxM="; # Set this to "" or a dummy value first
};
in {
imports = [
];
home.packages = with pkgs; [
inputs.quickshell.packages.${system}.default
fish