flake/system.nix

65 lines
1.2 KiB
Nix

# Communication Packages
{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs;
[
#genymotion # Issues with loading
alacritty #TODO try moving to home-manager when setup
appimage-run
bleachbit
bottles
btop
cpu-x
crow-translate
git
htop
i2c-tools
inetutils
kate
libsForQt5.applet-window-buttons
libsForQt5.filelight
libsForQt5.kdecoration
libsForQt5.qtstyleplugin-kvantum
libsForQt5.powerdevil
openrgb
neofetch
#nix-software-center
nox
ntfs3g
p7zip
papirus-icon-theme
powertop
protonup
qemu_full
solaar
speedcrunch
syncthing
syncthing-tray
tixati
tldr
#waydroid # Only works on wayland
ventoy-bin
veracrypt
#virtualbox # Only needed with genymotion
];
}
# Enable Flatpak
# services.flatpak.enable = true;
# Enable the Docker Service
# Note added "docker" group to extraGroups in configuration.nix
# virtualisation.docker.enable = true;
# services = {
# syncthing = {
# enable = true;
# user = "zonsopkomst";
# dataDir = "/home/zonsopkomst/Syncthing"; # Default folder for new synced folders
# configDir = "/home/zonsopkomst/Documents/.config/syncthing"; # Folder for Syncthing's settings and keys
# };
# };