mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
colors and some more aliases
This commit is contained in:
parent
061bab9afd
commit
bb0865c9d6
2 changed files with 7 additions and 2 deletions
|
@ -262,6 +262,9 @@
|
|||
gtk.enable = true;
|
||||
fzf.enable = true;
|
||||
swaylock.enable = true;
|
||||
foot.enable = true;
|
||||
qutebrowser.enable = true;
|
||||
enable = true;
|
||||
};
|
||||
|
||||
home.shell.enableZshIntegration = true;
|
||||
|
@ -308,6 +311,8 @@
|
|||
lg = "lazygit";
|
||||
gpl = "git pull";
|
||||
gpsh = "git push";
|
||||
flake = "nix flake";
|
||||
develop = "nix develop";
|
||||
};
|
||||
|
||||
history.size = 10000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue