mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
atuin helix
This commit is contained in:
parent
ae10e6dd77
commit
b96312a1f9
1 changed files with 9 additions and 2 deletions
|
|
@ -24,12 +24,19 @@
|
|||
# ll = "ls -alh";
|
||||
# update-system = "sudo nixos-rebuild switch --flake /etc/nixos#homelab";
|
||||
# };
|
||||
|
||||
|
||||
programs.atuin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
search_mode = "fuzzy";
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
# Any user-specific packages for death916 on the server
|
||||
fastfetch
|
||||
wget
|
||||
atuin
|
||||
helix
|
||||
];
|
||||
|
||||
# Keep this consistent with your system's state version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue