This commit is contained in:
2025-01-09 15:59:11 -08:00
parent 7ba3fba979
commit 739f1f4917
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -122,6 +122,7 @@
# Allow unfree packages
nixpkgs.config.allowUnfree = true;
security.polkit.enable = true;
programs._1password.enable = true;
programs._1password-gui = {
enable = true;
+8 -2
View File
@@ -19,7 +19,9 @@
yazi.enable = true;
starship.enable = true;
lazygit.enable = true;
#thefuck.enable = true;
#thefuck.enableZshIntegration = true;
git = {
enable = true;
userName = "rogueking";
@@ -70,6 +72,7 @@
grep = "grep --color=auto";
ll = "eza -la";
lg = "lazygit";
fk = "fuck";
lt = "eza --tree";
cd = "z";
open = "xdg-open";
@@ -85,7 +88,10 @@
path = "${config.xdg.dataHome}/zsh/history";
};
oh-my-zsh.enable = true;
oh-my-zsh = {
enable = true;
#plugins = ["thefuck"];
};
};
starship = {