aboutsummaryrefslogtreecommitdiff
path: root/hosts/carmel/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/carmel/default.nix')
-rw-r--r--hosts/carmel/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix
index 8971397..e9f0d64 100644
--- a/hosts/carmel/default.nix
+++ b/hosts/carmel/default.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, hostname, ... }:
+{ ... }:
{
imports =
@@ -12,7 +12,6 @@
# install and configure sway
my.programs.sway.enable = true;
- my.home.wm.windowManager = "sway";
hardware.opengl.driSupport = true;