This website requires JavaScript.
Explore
Help
Sign in
nezia
/
flocon
Watch
1
Star
0
Fork
You've already forked flocon
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
0d866a35b0
flocon
/
home
/
terminal
/
default.nix
11 lines
105 B
Nix
Raw
Normal View
History
Unescape
Escape
repo: huge refactor Refactored the entire repository structure, as putting everything into modules was just awkward. Took heavy inspiration from fufexan's repository, fufexan/dotfiles, as the structure felt much saner.
2024-09-29 21:48:55 +00:00
{
imports
=
[
./programs
./shell
]
;
home/terminal: add $EDITOR
2024-10-06 20:19:15 +00:00
home
.
sessionVariables
=
{
EDITOR
=
"
n
v
i
m
"
;
}
;
repo: huge refactor Refactored the entire repository structure, as putting everything into modules was just awkward. Took heavy inspiration from fufexan's repository, fufexan/dotfiles, as the structure felt much saner.
2024-09-29 21:48:55 +00:00
}
Reference in a new issue
Copy permalink