diff options
| author | EuAndreh <eu@euandre.org> | 2022-01-04 15:34:12 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-01-04 15:34:12 -0300 |
| commit | a8e0d8c0c80f2af64498e72b6f2ebd9dffd87f07 (patch) | |
| tree | f5cea6040bcbc02412229f04543f13257ae6d8a5 /configuration.nix | |
| parent | configuration.nix: group together services using the default configuration (diff) | |
| download | dotfiles-a8e0d8c0c80f2af64498e72b6f2ebd9dffd87f07.tar.gz dotfiles-a8e0d8c0c80f2af64498e72b6f2ebd9dffd87f07.tar.xz | |
configuration.nix: Remove desktopManager configuration
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix index e093f07a..03209d68 100644 --- a/configuration.nix +++ b/configuration.nix @@ -489,7 +489,6 @@ in { enable = true; enableContribAndExtras = true; }; - desktopManager = { xterm.enable = false; }; displayManager = { defaultSession = "none+xmonad"; |
