l
This commit is contained in:
parent
0a36b0acb5
commit
5d868ad1f8
@ -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";
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user