This commit is contained in:
kenji
2025-07-15 17:44:14 -05:00
parent dd36c2711a
commit 33c6170c15
9 changed files with 108 additions and 37 deletions
+8 -4
View File
@@ -1,6 +1,7 @@
{
pkgs,
inputs,
system,
...
}: let
caelestia-shell = pkgs.fetchFromGitHub {
@@ -13,13 +14,16 @@ in {
imports = [
];
home.packages = with pkgs; [
inputs.quickshell.packages.${system}.default
hyprpicker
qalculate-qt
fuzzel
inotify-tools
app2unit
quickshell
fish
jq
fd
cliphist
(pkgs.python3.withPackages (python-pkgs:
with python-pkgs; [
aubio
@@ -33,7 +37,7 @@ in {
curl
material-symbols
];
# home.file.".config/quickshell/caelestia" = {
# source = caelestia-shell;
# };
home.file.".config/quickshell/caelestia" = {
source = caelestia-shell;
};
}