feature/updated Elises gui packages

This commit is contained in:
2025-09-24 17:58:26 -04:00
parent b773eb2db7
commit f074344ac8
2 changed files with 15 additions and 13 deletions

View File

@@ -19,7 +19,10 @@
networking = { networking = {
hostName = "rhapsody-in-green"; hostName = "rhapsody-in-green";
hostId = "6404140d"; hostId = "6404140d";
firewall.enable = true; firewall = {
enable = true;
allowedTCPPorts = [ ];
};
networkmanager.enable = true; networkmanager.enable = true;
}; };

View File

@@ -7,27 +7,26 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
candy-icons candy-icons
chromium
discord-canary
gimp gimp
gparted
jetbrains.datagrip
mediainfo
nemo
nemo-fileroller
obs-studio obs-studio
obsidian obsidian
prismlauncher
proxychains
prusa-slicer
signal-desktop
sweet-nova sweet-nova
util-linux util-linux
vlc vlc
# browser
chromium
firefox
# communication
discord-canary
signal-desktop
zoom-us zoom-us
# 3d modeling
blender
prusa-slicer
# games # games
dwarf-fortress dwarf-fortress
tower-pixel-dungeon
endless-sky endless-sky
prismlauncher
tower-pixel-dungeon
]; ];
} }