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
b47f0095f0
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 23:48:55 +02:00
{
repo: fix formatting
2024-09-24 15:09:36 +02:00
imports
=
[
add starship back
2024-09-08 16:00:25 +02: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 23:30:24 +01:00
./nushell.nix
repo: fix formatting
2024-09-24 15:09:36 +02:00
./zoxide.nix
add wezterm and move zellij to shell programs
2024-08-26 23:56:43 +02:00
]
;
add nix dotfiles
2024-08-25 21:58:12 +02:00
}
Reference in a new issue
Copy permalink