2023-06-17 10:15:20 +02:00
|
|
|
{ lib, modulesPath, ... }: {
|
|
|
|
|
|
|
|
imports = [./configuration.nix];
|
2023-06-17 07:53:58 +02:00
|
|
|
|
|
|
|
custom = {
|
|
|
|
gui.enable = true;
|
|
|
|
backups.enable = true;
|
|
|
|
};
|
|
|
|
|
2023-06-17 10:15:20 +02:00
|
|
|
home-manager.users."riley".home.stateVersion = "22.11";
|
2023-06-17 07:53:58 +02:00
|
|
|
|
|
|
|
}
|
2023-06-17 10:15:20 +02:00
|
|
|
|