what am i doing with my life
This commit is contained in:
parent
5bf4a00b13
commit
c92fcd06f8
14 changed files with 228 additions and 11 deletions
|
@ -96,7 +96,7 @@ with builtins;
|
|||
environment.systemPackages = with pkgs; [
|
||||
neovim wget git neofetch pciutils pavucontrol font-manager zip unzip gnutar
|
||||
iw btop xdotool xorg.xwininfo nodejs gparted networkmanagerapplet
|
||||
mailspring betterdiscordctl fluffychat pulseaudioFull speedtest-cli
|
||||
mailspring betterdiscordctl pulseaudioFull speedtest-cli
|
||||
librewolf polymc jdk8 jdk11 jdk vlc xfce.thunar xfce.tumbler
|
||||
xfce.thunar-archive-plugin gnome.file-roller uhk-agent spotify spotify-tray
|
||||
spotify-tui cool-retro-term lutris libsecret gh xorg.xhost helvum
|
||||
|
@ -107,6 +107,7 @@ with builtins;
|
|||
# python39Packages.pip python39Packages.setuptools python39Packages.ipykernel
|
||||
fzf openrgb krita gimp inkscape blender virglrenderer ddccontrol-db
|
||||
glab firebird-emu
|
||||
discord
|
||||
];
|
||||
|
||||
environment.pathsToLink = [
|
||||
|
@ -141,7 +142,8 @@ with builtins;
|
|||
# accidentally delete configuration.nix.
|
||||
# system.copySystemConfiguration = true;
|
||||
|
||||
# networking.firewall.allowedTCPPorts = [ 4713 ];
|
||||
networking.firewall.allowedTCPPorts = [ 8384 22000 ];
|
||||
networking.firewall.allowedUDPPorts = [ 8080 22000 21027 ];
|
||||
systemd.services."NetworkManager-wait-online".enable = false;
|
||||
|
||||
# release channel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue