diff options
Diffstat (limited to 'hosts/local/gui.nix')
-rw-r--r-- | hosts/local/gui.nix | 50 |
1 files changed, 50 insertions, 0 deletions
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 + ]; +} |