update installer with gum, add more charm stuff

This commit is contained in:
Noah Masur
2022-09-25 04:19:46 +00:00
parent 0ac3aec208
commit ddd517e0dd
3 changed files with 22 additions and 14 deletions

View File

@ -2,10 +2,11 @@
home-manager.users.${config.user} = {
home.packages = with pkgs;
[
skate # Key-value store
];
home.packages = with pkgs; [
glow # Markdown previews
skate # Key-value store
charm # Manage account and filesystem
];
};

View File

@ -4,7 +4,8 @@
programs.fish = {
shellAbbrs = {
n = "nix";
ns = "nix-shell --run fish -p";
ns = "nix-shell -p";
nsf = "nix-shell --run fish -p";
nsr = "nix-shell-run";
nps = "nix repl '<nixpkgs>'";
nixo = "man configuration.nix";