mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-03 04:03:08 +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";
|
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
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue