💄♻️ Update homepage background & re-enable somecronjobs
Some checks failed
update-dependencies / update-dependencies (push) Has been cancelled

This commit is contained in:
Jo 2025-04-25 01:54:02 +02:00
parent 41537aa196
commit 632d473951
12 changed files with 77 additions and 71 deletions

View file

@ -40,7 +40,6 @@
nixcord = {
url = "github:kaylorben/nixcord";
inputs.nixpkgs.follows = "nixpkgs";
};
};
@ -86,7 +85,7 @@
# Apply some home-manager modules globally.
homes.modules = with inputs; [
nix-flatpak.homeManagerModules.nix-flatpak
catppuccin.homeManagerModules.catppuccin
catppuccin.homeModules.catppuccin
sops-nix.homeManagerModules.sops
];
};