mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-22 14:44:14 -05:00
Require user to import their own home.nix
This commit is contained in:
parent
974b3e2d48
commit
6c34c8f62e
3 changed files with 10 additions and 3 deletions
|
|
@ -1,5 +1,11 @@
|
|||
{
|
||||
{config, ...}: {
|
||||
imports = [
|
||||
./crow
|
||||
];
|
||||
|
||||
config.home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
backupFileExtension = "backup";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue