os/system/lime/core.nix

14 lines
226 B
Nix
Raw Normal View History

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