Simplify Blender import, remove Rot8, standardize fastfetch import, add Teams (ew), split up environment vars, etc

This commit is contained in:
Bun 2025-05-07 14:35:27 -04:00
parent 19a6abfbb6
commit d4ca164ed3
23 changed files with 68 additions and 53 deletions

View file

@ -8,7 +8,6 @@
# Shortcuts
ff = "clear && fastfetch";
copycat = "wl-copy <";
myip = "curl ifconfig.co";
seneca = "ssh jhampton1@matrix.senecapolytechnic.ca";
};

View file

@ -4,6 +4,7 @@
./aliases
./cursor
./dconf
./environment
./fonts
./gtk
./locale

View file

@ -0,0 +1,7 @@
{ ... }:
{
home.sessionVariables = {
MANPAGER = "nvim +Man!";
NIXPKGS_ALLOW_UNFREE = 1;
};
}

View file

@ -4,4 +4,6 @@
./defaults
./folders
];
home.preferXdgDirectories = true;
}