diff options
Diffstat (limited to 'nixos/pc/configuration.nix~')
| -rw-r--r-- | nixos/pc/configuration.nix~ | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/nixos/pc/configuration.nix~ b/nixos/pc/configuration.nix~ new file mode 100644 index 0000000..b6fa0a7 --- /dev/null +++ b/nixos/pc/configuration.nix~ @@ -0,0 +1,12 @@ +{ inputs, outputs, lib, config, pkgs, ... }: { + imports = [ + ../general.nix + inputs.home-manager.nixosModules.home-manager + ]; + + time.timeZone = "Europe/Yekaterinburg"; + + services.xserver = { + enable = true; + }; +} |
