Modularize home-manager config

This commit is contained in:
2026-02-08 12:36:32 +00:00
parent e6601f04c7
commit d79d8824cf
4 changed files with 105 additions and 37 deletions

View File

@@ -22,6 +22,6 @@ nix run \
home-manager/master -- \
switch \
--extra-experimental-features 'nix-command flakes' \
--flake .#artem
--flake .#linux-headless
stow legacy
```