flake/hosts/remote/tuisto/packages.nix

32 lines
1.1 KiB
Nix
Raw Normal View History

2023-02-01 01:01:03 +01:00
{ config, pkgs, ... }:
{
2023-05-20 06:21:57 +02:00
imports = [ ../../../common/fonts.nix];
2023-03-19 21:48:25 +01:00
environment.systemPackages = with pkgs; [
2023-03-13 20:30:03 +01:00
adw-gtk3 # GTK3 libadwaita Theme ported to GTK-3
cpu-x # PC Information
dconf # Gnome Configuration
2023-03-26 03:36:54 +02:00
firefox # Browser
2023-04-08 01:49:32 +02:00
gamemode # Optimse Linux System Performance
2023-03-13 20:30:03 +01:00
gnome.gnome-tweaks # Gnome Customization Tool
gsmartcontrol # Disk Health Inspection Tool
hplip # HP Print Drivers
i2c-tools # Network Utilities
inetutils # Network Utilities
2023-03-07 00:02:16 +01:00
libsForQt5.kolourpaint # Painting Application
2023-03-13 20:30:03 +01:00
ntfs3g # FUSE Client
p7zip # File Archiver
papirus-icon-theme # Icons
phinger-cursors # Cursor Theme
powertop # Power Manager
protonup # Proton Installer
2023-05-20 21:58:10 +02:00
steam # Steam Game Launcher
2023-03-13 20:30:03 +01:00
syncthing # File Synchronization
waydroid # Android Emulator
2023-02-01 01:01:03 +01:00
];
}