diff options
| author | spl3g <spleefer6@yandex.ru> | 2023-12-31 15:08:06 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:56:39 +0300 |
| commit | b8a5c62b112859f463a53ac97b43f7f8cdc544a9 (patch) | |
| tree | 8b320bc9631fbd60ffe4b701e6afee148bb2313a /nixos/pc/configuration.nix~ | |
| parent | 7db487dba2262af7b7822d110122ff496070ca92 (diff) | |
uhm
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; + }; +} |
