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
6ab835555c
flocon
/
modules
/
programs
/
terminal
/
shell
/
default.nix
8 lines
77 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
{
repo: fix formatting
2024-09-24 13:09:36 +00:00
imports
=
[
add starship back
2024-09-08 14:00:25 +00:00
./starship.nix
treewide: remove home-manager (switch to hjem) As my NixOS configuration kept growing, I noticed that I don't need home-manager as much as I did before. A lot of what I need is just a way to map nix attrsets to the program's respective configuration format, which is something that I can now do myself, as my nix knowledge got more extensive. After all of this, I decided to completely get rid of home-manager, and switch to a simpler solution called hjem, which just lets me write files to my home directory that are automatically symlinked using `systemd-tmpfiles`. This allows me to simplify my configuration, remove the separation between NixOS and home-manager modules, and cut my eval times by quite a lot (which allows for faster `nixos-rebuild switch`!).
2025-01-27 22:30:24 +00:00
./nushell.nix
repo: fix formatting
2024-09-24 13:09:36 +00:00
./zoxide.nix
add wezterm and move zellij to shell programs
2024-08-26 21:56:43 +00:00
]
;
add nix dotfiles
2024-08-25 19:58:12 +00:00
}
Reference in a new issue
Copy permalink