Skip to content

Commit

Permalink
feat(nix): some useful packages
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamHsieh committed Jun 7, 2024
1 parent d08a7b8 commit 0ad6746
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,18 @@ in

# fun
sl
smassh

# pretty stuff
glow-without-completion
csvlens
litecli

# misc
nix-search-cli
hello-unfree #test unfree packages
nurl #generate nix fetcher call from repo
cloc
];

sessionVariables = rec {
Expand Down Expand Up @@ -213,6 +218,13 @@ in
];
};

programs.btop = {
enable = true;
settings = {
vim_keys = true;
};
};

programs.glamour.catppuccin.enable = true;

programs.man.generateCaches = true;
Expand Down

0 comments on commit 0ad6746

Please sign in to comment.