diff options
author | polwex <polwex@sortug.com> | 2025-07-15 09:18:18 +0000 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-15 09:18:18 +0000 |
commit | f236704849d20d090723d5bf9061bf845f7ba05d (patch) | |
tree | 32ca957662655c2b6e4fd5fde4ff1e9d7b019da1 /hosts/local/gui.nix | |
parent | 34fae224e8460419ae8ef0fe32a12e3d362142b8 (diff) | |
parent | 93a42a56aa50d00fd2e521acd8213a0dfc3612c9 (diff) |
Merge branch 's15'
Diffstat (limited to 'hosts/local/gui.nix')
-rw-r--r-- | hosts/local/gui.nix | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/hosts/local/gui.nix b/hosts/local/gui.nix index e59d3f1..c8208ec 100644 --- a/hosts/local/gui.nix +++ b/hosts/local/gui.nix @@ -4,20 +4,12 @@ ... }: { environment.systemPackages = with pkgs; [ - obsidian - imv - # keyboard stuff - xorg.xev - - # terminals + #terminals kitty alacritty ghostty foot - # messaging - signal-desktop-bin - tdesktop # video mpv vlc |