chore: update inputs

- Update flake inputs
- Update package names
- Update hyprland window rules
- Set programs.zsh.dotDir
This commit is contained in:
toast 2026-02-14 15:49:37 +09:00
parent 6b59d13c33
commit 9082adb7af
6 changed files with 55 additions and 139 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ config, ... }: {
programs.zsh = {
enable = true;
@ -11,5 +11,6 @@
gl = "git log --oneline --graph --decorate --all";
ga = "git add --all";
};
dotDir = "${config.xdg.configHome}/zsh";
};
}