restructuring

This commit is contained in:
maxstrb 2025-08-05 22:07:42 +02:00
parent bd6c9e6d7e
commit 31b1b98809
15 changed files with 260 additions and 233 deletions

View file

@ -71,9 +71,8 @@
zel = "zellij";
rebuild = "sudo nixos-rebuild switch --flake /home/maxag/.nix-config";
system = "nvim /home/maxag/.nix-config/flake.nix";
home = "nvim /home/maxag/.nix-config/home/home.nix";
config = "nvim /home/maxag/.nix-config/configuration/configuration.nix";
projects = "cd /mnt/removable/Projekty";
home = "nvim /home/maxag/.nix-config/home/main/home.nix";
config = "nvim /home/maxag/.nix-config/configuration/main/configuration.nix";
cat = "bat -p -P";
nvim = "edit";
nix-shell = "nix-shell --run nu";