remove ags fr now

This commit is contained in:
Benjamin Palko 2024-07-29 21:53:04 -04:00
parent 4bba41ea48
commit 93b37a61f5
9 changed files with 2 additions and 254 deletions

View file

@ -22,10 +22,11 @@
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
initExtra = ''
neofetch --ascii ~/dotfiles/aperture.txt
neofetch
'';
shellAliases = {
neofetch = "neofetch --ascii ~/dotfiles/aperture.txt";
rebuild = "sudo nixos-rebuild switch";
clean = "nix-store --gc";
dotfiles = "cd ~/dotfiles/";