mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-05-02 19:53:07 +00:00
~
This commit is contained in:
parent
173f3546c6
commit
faa2a80443
4 changed files with 33 additions and 2 deletions
|
@ -11,10 +11,15 @@ in
|
|||
home-manager.users.rae = {
|
||||
home = {
|
||||
stateVersion = "24.11";
|
||||
sessionVariables = {
|
||||
BROWSER = "firefox";
|
||||
EDITOR = "hx";
|
||||
TERM = "kitty";
|
||||
};
|
||||
file = {
|
||||
".background-image".source = ../assets/wallpapers/transmit.jpg;
|
||||
".twmrc".source = ../configs/.twmrc;
|
||||
".config/i3/config".source = ../configs/.i3config;
|
||||
".twmrc".source = ../configs/twm;
|
||||
".config/i3/config".source = ../configs/i3;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -84,6 +84,7 @@
|
|||
gparted
|
||||
hyfetch
|
||||
imagemagick
|
||||
kitty
|
||||
xclip
|
||||
yt-dlp
|
||||
# text editors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue