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 = { ptw = {
programs = { programs = {
alacritty.enable = true; alacritty.enable = true;
sway.enable = true; sway.enable = false;
emacs.enable = true; emacs.enable = true;
firefox.enable = true; firefox.enable = true;
tmux.enable = true; tmux.enable = true;
@ -57,7 +57,7 @@
}; };
services = { services = {
cups.enable = true; cups.enable = true;
gnome.enable = true; gnome.enable = false;
kanshi = let kanshi = let
horizontal = "Samsung Electric Company C27F398 H4ZR101145"; horizontal = "Samsung Electric Company C27F398 H4ZR101145";

View File

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