This commit is contained in:
4DBug
2025-03-22 20:12:07 -05:00
parent e38cb608c3
commit dccf266911
4 changed files with 4 additions and 1 deletions

View File

@@ -1 +1,2 @@
# nix # nix
![](https://github.com/4DBug/nix/blob/main/screenshot.png?raw=true)

View File

@@ -23,6 +23,9 @@
programs = { programs = {
bash.shellAliases = { bash.shellAliases = {
fetch = "fastfetch --file ~/Pictures/Ansi/nix.ans";
neofetch = "fetch";
rebuild = "sudo nixos-rebuild switch --impure && home-manager switch --impure"; rebuild = "sudo nixos-rebuild switch --impure && home-manager switch --impure";
pissh = "ssh -t $(avahi-resolve-host-name -4 pi.home | awk '{print $2}')"; pissh = "ssh -t $(avahi-resolve-host-name -4 pi.home | awk '{print $2}')";

View File

@@ -7,7 +7,6 @@
zed-editor zed-editor
# languages # languages
luau luau
(luajit.withPackages (ps: with ps; [ (luajit.withPackages (ps: with ps; [

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 MiB