Restructure home-manager

This commit is contained in:
baduhai 2022-11-29 20:52:40 -03:00
parent 34eb186509
commit 4e38e27271
11 changed files with 249 additions and 334 deletions

View file

@ -2,11 +2,13 @@
{
imports = [
# Host-specific imports
./hardware-configuration.nix
./hosted-services.nix
./packages.nix
./users.nix
<home-manager/nixos>
];
swapDevices = [ { device = "/swapfile"; size = 8192; } ];