summaryrefslogtreecommitdiff
path: root/hosts/local/gui.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/local/gui.nix')
-rw-r--r--hosts/local/gui.nix17
1 files changed, 15 insertions, 2 deletions
diff --git a/hosts/local/gui.nix b/hosts/local/gui.nix
index fd8ae1e..c8208ec 100644
--- a/hosts/local/gui.nix
+++ b/hosts/local/gui.nix
@@ -1,4 +1,8 @@
-{pkgs, ...}: {
+{
+ inputs,
+ pkgs,
+ ...
+}: {
environment.systemPackages = with pkgs; [
#terminals
kitty
@@ -18,7 +22,6 @@
brave
firefox
# librewolf
- vivaldi
chromium
# mail
thunderbird
@@ -32,5 +35,15 @@
gimp
qbittorrent
zathura # pdf
+ #
+ easyeffects # audio, cool stuff
+ # games!
+ ryujinx
+ wineWowPackages.staging
+ dosbox
+ siyuan
+ inputs.zen-browser.packages.${pkgs.system}.default
+ qimgv
+ # inputs.quickshell.packages.${pkgs.system}.default
];
}