mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
12 lines
214 B
Nix
12 lines
214 B
Nix
{config, ...}: {
|
|
imports = [
|
|
./crow
|
|
./overseer
|
|
];
|
|
|
|
config.home-manager = {
|
|
useGlobalPkgs = true;
|
|
useUserPackages = true;
|
|
backupFileExtension = "backup";
|
|
};
|
|
}
|