Skip to content

Commit

Permalink
update nix flakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sironheart committed Jul 18, 2024
1 parent f0dee77 commit b15ea9c
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oracle-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:

- name: Build config
run: |
just build-linux @oracle
just remote @oracle
52 changes: 26 additions & 26 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion home/programs/shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
LC_ALL = "de_DE.UTF-8";
LC_CTYPE = "de_DE.UTF-8";
SHELL = "${pkgs.fish}/bin/fish";
_ZO_EXCLUDE_DIRS = "$HOME;$HOME/.config;$HOME/.local";
};

programs.fish = {
Expand Down Expand Up @@ -68,6 +69,9 @@
settings = {
dialect = "uk";
keymap_mode = "vim-insert";
history_filter = [
"token"
];
show_preview = true;
update_check = false;
style = "compact";
Expand All @@ -80,10 +84,10 @@
enableFishIntegration = true;
git = true;
};
programs.ripgrep.enable = true;

programs.bat.enable = true;
programs.htop.enable = true;
programs.jq.enable = true;
programs.k9s.enable = true;
programs.ripgrep.enable = true;
}

0 comments on commit b15ea9c

Please sign in to comment.