my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

isabel/packages: remove zzz

isabel d65d7141 4bc5b340

-5
-3
home/isabel/cli/shell/shellAlias.nix
··· 6 6 rs = "systemctl reboot"; 7 7 jctl = "journalctl -p 3 -xb"; # get error messages from journalctl 8 8 lg = "lazygit"; 9 - 10 - zzzpl = "cd ~/.local/share/zzz ; git pull ; git push ; cd -"; 11 - zzzbk = "cd ~/.local/share/zzz ; git add . ; git commit -m 'chore: sync changes' ; git push ; cd -"; 12 9 }; 13 10 }
-2
home/isabel/packages.nix
··· 42 42 sha256 = "sha256-YfxFcGD9U7RzctnTRUQX1Nsz2EtiDIUGpz2nTo0OSWw="; 43 43 }; 44 44 }; 45 - 46 - inherit (inputs'.extersia.packages) zzz; # code snippets in the cli 47 45 }) 48 46 49 47 # (optionalAttrs cfg.graphical.enable {