diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2023-12-20 15:01:34 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2023-12-20 15:04:39 +0100 |
| commit | 6a718ca63338f13b2ae1ddf4b9d73d790c6a29d2 (patch) | |
| tree | e744b93c3f44911fcc8c837e43b9803b85f36475 /nixos/gui.nix | |
| parent | 28b72fa8565a80defc6eec8bb9eecd21691753ac (diff) | |
format nix files
Diffstat (limited to 'nixos/gui.nix')
| -rw-r--r-- | nixos/gui.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/nixos/gui.nix b/nixos/gui.nix index 1252ecf..01be46e 100644 --- a/nixos/gui.nix +++ b/nixos/gui.nix @@ -1,6 +1,4 @@ -{ config, pkgs, nixpkgs, ... }: - -{ +{...}: { personal.gui = { enable = true; xserver.enable = true; |
