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
1e3d9b2f75
flocon
/
config
/
home-manager
/
default.nix
8 lines
83 B
Nix
Raw
Normal View
History
Unescape
Escape
treewide: move hm config to config/nixos/core/home-manager
2024-12-29 22:22:25 +00:00
_
:
{
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
=
[
repo: remove home/profiles commit f60d03acf6f28035ed2979a021eda31073265a8d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Mon Oct 21 16:02:55 2024 +0200 flake: update dependencies commit 8c3cd9631a13a718e799746b0b55dcbaede60af0 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Mon Oct 21 15:49:07 2024 +0200 repo: move common home packages into home/default.nix commit aa46aa0762217ca9c61bd14c27fbdfbcf7451398 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Mon Oct 21 15:34:23 2024 +0200 repo: refactor to remove home/profiles Removed the profiles directory in home, as I thought it was redundant: they had the same name as my hostnames, as all my machines are single-user only. Therefore, everything is now under its own hosts/{hostname}, and flake.nix just has to import hosts/default.nix like it did before.
2024-10-21 14:37:58 +00:00
./services/udiskie.nix
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
./terminal
repo: remove home/profiles commit f60d03acf6f28035ed2979a021eda31073265a8d Author: Anthony Rodriguez <anthony@nezia.dev> Date: Mon Oct 21 16:02:55 2024 +0200 flake: update dependencies commit 8c3cd9631a13a718e799746b0b55dcbaede60af0 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Mon Oct 21 15:49:07 2024 +0200 repo: move common home packages into home/default.nix commit aa46aa0762217ca9c61bd14c27fbdfbcf7451398 Author: Anthony Rodriguez <anthony@nezia.dev> Date: Mon Oct 21 15:34:23 2024 +0200 repo: refactor to remove home/profiles Removed the profiles directory in home, as I thought it was redundant: they had the same name as my hostnames, as all my machines are single-user only. Therefore, everything is now under its own hosts/{hostname}, and flake.nix just has to import hosts/default.nix like it did before.
2024-10-21 14:37:58 +00:00
./programs
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
]
;
add nix dotfiles
2024-08-25 19:58:12 +00:00
}
Reference in a new issue
Copy permalink