1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-03 04:03:08 +00:00
This commit is contained in:
Rae 5e 2024-12-09 15:19:40 -05:00
parent c94a75bc6b
commit 49d6cc7d71
2 changed files with 10 additions and 2 deletions

View file

@ -13,11 +13,10 @@ in
stateVersion = "24.11"; stateVersion = "24.11";
sessionVariables = { sessionVariables = {
BROWSER = "firefox"; BROWSER = "firefox";
EDITOR = "hx";
TERM = "kitty"; TERM = "kitty";
}; };
file = { file = {
".background-image".source = ../assets/wallpapers/bleh.png; ".background-image".source = ../assets/wallpapers/2kki_rainyapartments.png;
".twmrc".source = ../configs/twm; ".twmrc".source = ../configs/twm;
".config/i3/config".source = ../configs/i3; ".config/i3/config".source = ../configs/i3;
}; };
@ -29,6 +28,12 @@ in
userName = "roxwize"; userName = "roxwize";
userEmail = "rae@roxwize.xyz"; userEmail = "rae@roxwize.xyz";
}; };
neovim = {
enable = true;
plugins = with pkgs.vimPlugins; [
vim-wakatime
];
};
}; };
}; };
} }

View file

@ -44,6 +44,7 @@
xkb.layout = "us"; xkb.layout = "us";
windowManager = { windowManager = {
i3.enable = true; i3.enable = true;
openbox.enable = true;
twm.enable = true; twm.enable = true;
}; };
}; };
@ -89,8 +90,10 @@
yt-dlp yt-dlp
# text editors # text editors
helix helix
neovim
vscodium vscodium
# misc # misc
polybar
uxn uxn
]; ];