fix: some stff

This commit is contained in:
kenji
2025-12-27 13:27:47 -06:00
parent 4d9d68e7e6
commit cb9c91c7a7
8 changed files with 448 additions and 156 deletions
+6 -2
View File
@@ -1,9 +1,12 @@
{pkgs, ...}: {
{
pkgs,
inputs,
...
}: {
home.packages = with pkgs; [
matugen
psmisc # for killall
];
home.file.".config/matugen/config.toml" = {
source = ./config.toml;
};
@@ -16,4 +19,5 @@
programs.ghostty.settings.theme = "matugen";
programs.starship.enable = true;
wayland.windowManager.hyprland.settings.source = ["./matugen.conf"];
programs.walker.config.theme = "nixos";
}