opening ports and gnome shell extensions

This commit is contained in:
2023-06-11 22:42:03 -06:00
parent c58d8fc88b
commit bc0c02e004
2 changed files with 699 additions and 707 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -41,6 +41,7 @@ let
open_firewall_ports = [ open_firewall_ports = [
80 # http 80 # http
443 # https 443 # https
6969 # HentaiAtHome
25152 # ssh 25152 # ssh
49494 # gerbera 49494 # gerbera
]; ];
@@ -543,6 +544,8 @@ symbola
reading-strip # like putting a finger on every line I read reading-strip # like putting a finger on every line I read
tactile # window manager tactile # window manager
pano # clipboard manager pano # clipboard manager
blur-my-shell # make the overview more visually appealing
# forge # window manager
# ]) ++ (with unstable.pkgs.gnomeExtensions; [ # ]) ++ (with unstable.pkgs.gnomeExtensions; [
#+end_src #+end_src