mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
0b204ac349
commit
17d3c70d1c
1 changed files with 6 additions and 0 deletions
|
@ -47,6 +47,12 @@
|
||||||
nixvim.nixosModules.nixvim
|
nixvim.nixosModules.nixvim
|
||||||
./hw/aly-server.nix
|
./hw/aly-server.nix
|
||||||
./system/aly-server.nix
|
./system/aly-server.nix
|
||||||
|
home-manager.nixosModules.home-manager
|
||||||
|
{
|
||||||
|
home-manager.useGlobalPkgs = true;
|
||||||
|
home-manager.useUserPackages = true;
|
||||||
|
home-manager.users.aly = import ./home/aly.nix;
|
||||||
|
}
|
||||||
# TODO
|
# TODO
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue