we are now impermanent

This commit is contained in:
William 2023-12-07 14:35:10 -03:00
parent 505ed68651
commit c35f47a264
3 changed files with 28 additions and 1 deletions

View file

@ -19,4 +19,10 @@
"i2c"
];
};
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
users.user = import ../../../users/desktops/user.nix;
};
}