1
0
mirror of https://github.com/Andrey0189/nixos-config-reborn.git synced 2025-09-15 10:06:00 +03:00

move packages to home-manager

This commit is contained in:
andrey_varnavskiy
2024-12-16 06:08:45 +05:00
parent cde2da5d19
commit f0a38dec70
2 changed files with 51 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{ homeStateVersion, user, ... }: {
imports = [
./modules
./home-packages.nix
];
home = {