Compare commits
2 Commits
3a73922657
...
921bbf01a1
Author | SHA1 | Date | |
---|---|---|---|
921bbf01a1 | |||
9299f2d31b |
@ -41,7 +41,8 @@
|
||||
bukubrow # Nice bookmark manager browser support
|
||||
rclone # Best sync client in the world
|
||||
age # Simple file encryption
|
||||
nitch # Simple system info
|
||||
hyperfine # Program benchmarking
|
||||
navi # Tldr and cheat.sh cli
|
||||
neofetch # Neo
|
||||
libarchive # bsdtar
|
||||
imagemagick # image tools
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ inputs, config, pkgs, ... }: {
|
||||
{ config, pkgs, ... }: {
|
||||
# But we all know I love zsh
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
@ -100,4 +100,11 @@
|
||||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
programs.thefuck = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [ nitch ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user