nixfmt
This commit is contained in:
parent
4e7890d90a
commit
3d2c388a48
2 changed files with 2 additions and 3 deletions
|
@ -9,8 +9,7 @@
|
||||||
fructose.modules = [
|
fructose.modules = [
|
||||||
{
|
{
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
allowedUDPPorts = [
|
allowedUDPPorts = [ ];
|
||||||
];
|
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
3000 # forgejo http
|
3000 # forgejo http
|
||||||
222 # forgejo ssh
|
222 # forgejo ssh
|
||||||
|
|
|
@ -85,7 +85,7 @@
|
||||||
"${mod}+a" = "focus parent";
|
"${mod}+a" = "focus parent";
|
||||||
"${mod}+Shift+a" = "focus child";
|
"${mod}+Shift+a" = "focus child";
|
||||||
|
|
||||||
"${mod}+Shift+d" = "reload";
|
"${mod}+Shift+d" = "reload";
|
||||||
|
|
||||||
### moves user around
|
### moves user around
|
||||||
"${mod}+1" = "workspace number 1";
|
"${mod}+1" = "workspace number 1";
|
||||||
|
|
Loading…
Reference in a new issue