diff options
author | polwex <polwex@sortug.com> | 2025-06-22 23:57:11 +0000 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-06-22 23:57:11 +0000 |
commit | 20b769da0c2d91ef9ff1a804eb050615e6de7e15 (patch) | |
tree | bff6ab488b73993cb5465f9423e767bb8f43c9da /hosts/local/gui.nix | |
parent | 12d835fcb99e52044f9e6fea2065f0953b9f0372 (diff) |
m
Diffstat (limited to 'hosts/local/gui.nix')
-rw-r--r-- | hosts/local/gui.nix | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/hosts/local/gui.nix b/hosts/local/gui.nix index d783f28..fd8ae1e 100644 --- a/hosts/local/gui.nix +++ b/hosts/local/gui.nix @@ -1,19 +1,11 @@ {pkgs, ...}: { environment.systemPackages = with pkgs; [ - obsidian - imv - # keyboard stuff - xorg.xev - - # terminals + #terminals kitty alacritty ghostty foot - # messaging - signal-desktop-bin - tdesktop # video mpv vlc @@ -40,12 +32,5 @@ gimp qbittorrent zathura # pdf - # - easyeffects # audio, cool stuff - # games! - ryujinx - wineWowPackages.staging - dosbox - siyuan ]; } |