This commit is contained in:
PapaTutuWawa 2022-11-14 17:22:53 +01:00
parent 0a36b0acb5
commit 5d868ad1f8
2 changed files with 3 additions and 3 deletions

View File

@ -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";

View File

@ -24,7 +24,7 @@
programs.ssh = {
enable = true;
matchBlocks = let
sshPort = 3434;
sshPort = 1847;
in {
ayame = {
port = sshPort;