flake/hosts/remote/tuisto/packages.nix

32 lines
1.1 KiB
Nix

{ config, pkgs, ... }:
{
imports = [ ../../../common/fonts.nix];
environment.systemPackages = with pkgs; [
adw-gtk3 # GTK3 libadwaita Theme ported to GTK-3
cpu-x # PC Information
dconf # Gnome Configuration
firefox # Browser
gamemode # Optimse Linux System Performance
gnome.gnome-tweaks # Gnome Customization Tool
gsmartcontrol # Disk Health Inspection Tool
hplip # HP Print Drivers
i2c-tools # Network Utilities
inetutils # Network Utilities
libsForQt5.kolourpaint # Painting Application
ntfs3g # FUSE Client
p7zip # File Archiver
papirus-icon-theme # Icons
phinger-cursors # Cursor Theme
powertop # Power Manager
protonup # Proton Installer
steam # Steam Game Launcher
syncthing # File Synchronization
waydroid # Android Emulator
];
}