Merge branch 'main' of github.com:bloxx12/nichts

This commit is contained in:
get 2024-04-12 07:14:14 +02:00
commit 3d455e3c64
9 changed files with 21 additions and 41 deletions

View file

@ -37,6 +37,7 @@ in {
rm = "trash -v";
l = "eza -a --icons";
la = "eza -lha --icons --git";
kys = "shutdown now";
cd = "z";
nv = "nvim";
#TODO fix hardcoding of git repo path and profile name

View file

@ -2,6 +2,6 @@ _: {
imports = [
./home-manager.nix
./system.nix
./xdg.nix
# ./xdg.nix
];
}