massive restructuring

This commit is contained in:
cy 2024-12-15 02:44:50 -05:00
parent c1b64baea7
commit d4c962fee7
18 changed files with 242 additions and 219 deletions

View file

@ -1,7 +1,7 @@
{...}: {
imports = [
./tmux.nix
./zsh
../tmux.nix
../zsh
];
home.sessionVariables = {

View file

@ -8,7 +8,7 @@
}: {
imports = [
./common.nix
./foot.nix
../foot.nix
];
home = {
username = "yt";