os/system/lime/core.nix

14 lines
197 B
Nix
Raw Normal View History

{ lib, modulesPath, ... }: {
imports = [./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
}