1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

refactor: move impermanence config to application definition where possible

This commit is contained in:
oddlama 2023-09-10 12:39:42 +02:00
parent 8990a63a1e
commit 69b0166a6b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 62 additions and 54 deletions

View file

@ -29,11 +29,11 @@ in {
home-manager.users.${myuser} = {
imports = [
../common
./dev
./graphical
./neovim
./git.nix
./dev.nix
./gpg.nix
./ssh.nix
];