From 5d868ad1f81879825c803ecf75d7e9283946f455 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Mon, 14 Nov 2022 17:22:53 +0100 Subject: [PATCH] l --- hosts/nishimiya.nix | 4 ++-- modules/users/alexander.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/nishimiya.nix b/hosts/nishimiya.nix index e2285b0..8ea7a5b 100644 --- a/hosts/nishimiya.nix +++ b/hosts/nishimiya.nix @@ -41,7 +41,7 @@ ptw = { programs = { alacritty.enable = true; - sway.enable = true; + sway.enable = false; emacs.enable = true; firefox.enable = true; tmux.enable = true; @@ -57,7 +57,7 @@ }; services = { cups.enable = true; - gnome.enable = true; + gnome.enable = false; kanshi = let horizontal = "Samsung Electric Company C27F398 H4ZR101145"; diff --git a/modules/users/alexander.nix b/modules/users/alexander.nix index d4f894f..25506f6 100644 --- a/modules/users/alexander.nix +++ b/modules/users/alexander.nix @@ -24,7 +24,7 @@ programs.ssh = { enable = true; matchBlocks = let - sshPort = 3434; + sshPort = 1847; in { ayame = { port = sshPort;