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

refactor: move users/common to modules/config structure like for hosts

This commit is contained in:
oddlama 2023-09-10 12:44:58 +02:00
parent 2087bbce07
commit 4b5507f374
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
15 changed files with 14 additions and 14 deletions

11
users/modules/default.nix Normal file
View file

@ -0,0 +1,11 @@
{...}: {
imports = [
./uid.nix
./config/htop.nix
./config/impermanence.nix
./config/neovim.nix
./config/shell
./config/utils.nix
];
}