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