aboutsummaryrefslogtreecommitdiff
path: root/modules/desktop/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-09 08:13:26 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-09 08:13:26 -0800
commit479540d3885dce9a0225169f91c7e561faa8493d (patch)
treedf24ff358be07c9e65ed1a4197937c67ffddbe2b /modules/desktop/default.nix
parentRevert "desktop: install sound and xserver only when asked" (diff)
downloadinfra-479540d3885dce9a0225169f91c7e561faa8493d.tar.gz
Revert "desktop: new option to control desktop setup"
This reverts commit 343e89015a55b627400286a06937175facb1494d.
Diffstat (limited to 'modules/desktop/default.nix')
-rw-r--r--modules/desktop/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/modules/desktop/default.nix b/modules/desktop/default.nix
index 3ee9fb5..f150066 100644
--- a/modules/desktop/default.nix
+++ b/modules/desktop/default.nix
@@ -1,15 +1,5 @@
{lib, config, pkgs, ...}:
-with lib;
-
{
- options.sys.graphics = {
- desktopProtocols = mkOption {
- type = with types; listOf (enum ["xorg" "wayland"]);
- default = [];
- description = "Desktop protocols you want to use for your desktop environment. If unset, no desktop is installed (headless host).";
- };
- };
-
imports = [
./fonts.nix
./sound.nix