diff options
| author | Quentin Aristote <aristote@irif.fr> | 2023-03-13 17:19:38 +0000 |
|---|---|---|
| committer | qaristote <quentin.aristote@ens.fr> | 2023-03-14 11:42:17 +0100 |
| commit | 0aaf800eee5f51a78c5cda662de1834b1e02b351 (patch) | |
| tree | 2687a482ceca6cf95ee5df1773626eccccd1b797 /nixos/gui.nix | |
| parent | c0d8c7ecd8b7dec6edb241b8ef3b93e7c9c330a5 (diff) | |
inital commit
Diffstat (limited to 'nixos/gui.nix')
| -rw-r--r-- | nixos/gui.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/nixos/gui.nix b/nixos/gui.nix index 0342747..0f3da65 100644 --- a/nixos/gui.nix +++ b/nixos/gui.nix @@ -1,7 +1,6 @@ { config, pkgs, nixpkgs, ... }: -let background-image = config.home-manager.users.qaristote.home.wallpaper; -in { +{ personal.gui = { enable = true; xserver.enable = true; @@ -11,7 +10,6 @@ in { services.xserver = { displayManager.lightdm = { - # background = background-image; greeters.gtk = { extraConfig = '' user-background = false @@ -19,6 +17,4 @@ in { }; }; }; - - programs.steam.enable = true; } |
