flake/hosts/local/weda/packages.nix

30 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
gnome.gnome-tweaks # Gnome Customization Tool
gramps # Genealogy Software
gsmartcontrol # Disk Health Inspection Tool
i2c-tools # Network Utilities
inetutils # Network Utilities
neofetch # System Information
nox # Nix Tools
ntfs3g # FUSE Client
papirus-icon-theme # Icons
phinger-cursors # Cursor Theme
powertop # Power Manager
protonup # Proton Installer
steam # Steam Game Launcher
syncthing # File Synchronization
waydroid # Android Emulator
];
}