mirror of
https://github.com/henrysipp/omarchy-nix.git
synced 2026-06-11 04:29:26 -05:00
Upstream updates for keybinds
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user