mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-03-12 23:43:27 +00:00
~
This commit is contained in:
parent
c94a75bc6b
commit
49d6cc7d71
2 changed files with 10 additions and 2 deletions
|
@ -13,11 +13,10 @@ in
|
|||
stateVersion = "24.11";
|
||||
sessionVariables = {
|
||||
BROWSER = "firefox";
|
||||
EDITOR = "hx";
|
||||
TERM = "kitty";
|
||||
};
|
||||
file = {
|
||||
".background-image".source = ../assets/wallpapers/bleh.png;
|
||||
".background-image".source = ../assets/wallpapers/2kki_rainyapartments.png;
|
||||
".twmrc".source = ../configs/twm;
|
||||
".config/i3/config".source = ../configs/i3;
|
||||
};
|
||||
|
@ -29,6 +28,12 @@ in
|
|||
userName = "roxwize";
|
||||
userEmail = "rae@roxwize.xyz";
|
||||
};
|
||||
neovim = {
|
||||
enable = true;
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
vim-wakatime
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
xkb.layout = "us";
|
||||
windowManager = {
|
||||
i3.enable = true;
|
||||
openbox.enable = true;
|
||||
twm.enable = true;
|
||||
};
|
||||
};
|
||||
|
@ -89,8 +90,10 @@
|
|||
yt-dlp
|
||||
# text editors
|
||||
helix
|
||||
neovim
|
||||
vscodium
|
||||
# misc
|
||||
polybar
|
||||
uxn
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue