Upstream updates for keybinds

This commit is contained in:
Henry Sipp
2025-07-08 20:19:06 -05:00
parent c59e104441
commit d29aed71f8
5 changed files with 51 additions and 3 deletions
+6
View File
@@ -26,6 +26,12 @@ in {
(import ./zsh.nix)
];
home.file = {
".local/share/omarchy/bin" = {
source = ../../bin;
recursive = true;
};
};
home.packages = packages.homePackages;
colorScheme = inputs.nix-colors.colorSchemes.${selectedTheme.base16-theme};