From 96624d93ab65514dd392b8f14cf6ea1ba97c6442 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 11 Nov 2023 18:01:15 +0900 Subject: fix(nixos/{alpha, haruka}): fix extraSessionCommands not being executed This commit removes sway from system programs, as it conflicts with the one defined in home-manager configuration. --- nixos/haruka/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/haruka') diff --git a/nixos/haruka/configuration.nix b/nixos/haruka/configuration.nix index fbcf654..bcb5e22 100644 --- a/nixos/haruka/configuration.nix +++ b/nixos/haruka/configuration.nix @@ -278,8 +278,8 @@ }; programs = { - sway.enable = true; - sway.extraPackages = lib.mkForce [ ]; + # sway.enable = true; + # sway.extraPackages = lib.mkForce [ ]; zsh.enable = true; zsh.enableCompletion = true; -- cgit 1.4.1