From 6dcb4af2623174c4c52202c7ea064f40a35091ed Mon Sep 17 00:00:00 2001 From: polwex Date: Thu, 6 Mar 2025 14:24:52 +0700 Subject: m --- hosts/local/gui.nix | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 hosts/local/gui.nix (limited to 'hosts/local/gui.nix') diff --git a/hosts/local/gui.nix b/hosts/local/gui.nix new file mode 100644 index 0000000..82d78b1 --- /dev/null +++ b/hosts/local/gui.nix @@ -0,0 +1,50 @@ +{pkgs, ...}: { + environment.systemPackages = with pkgs; [ + obsidian + imv + # keyboard stuff + xorg.xev + + # terminals + kitty + alacritty + ghostty + foot + + # messaging + signal-desktop + tdesktop + # video + mpv + vlc + celluloid + ffmpeg-full + nv-codec-headers + # + smplayer + #browsers + brave + firefox + librewolf + vivaldi + chromium + # mail + thunderbird + + #files + nautilus + xfce.thunar + # + libreoffice + digikam + gimp + qbittorrent + zathura # pdf + # + easyeffects # audio, cool stuff + # games! + ryujinx + wineWowPackages.staging + dosbox + ]; +} -- cgit v1.2.3