diff options
author | polwex <polwex@sortug.com> | 2025-07-16 06:04:51 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-16 06:04:51 +0700 |
commit | ea3892252c151f3261b3a8e1f02ed347988f78c0 (patch) | |
tree | 34a17f6047a0cfa6d21250da7c23955dd15b54ab /hosts/local | |
parent | f236704849d20d090723d5bf9061bf845f7ba05d (diff) |
m
Diffstat (limited to 'hosts/local')
-rw-r--r-- | hosts/local/gui.nix | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hosts/local/gui.nix b/hosts/local/gui.nix index c8208ec..1bfea32 100644 --- a/hosts/local/gui.nix +++ b/hosts/local/gui.nix @@ -17,6 +17,8 @@ ffmpeg-full nv-codec-headers # + obsidian + # smplayer #browsers brave @@ -32,7 +34,7 @@ # libreoffice # digikam - gimp + # gimp qbittorrent zathura # pdf # @@ -45,5 +47,8 @@ inputs.zen-browser.packages.${pkgs.system}.default qimgv # inputs.quickshell.packages.${pkgs.system}.default + # chat + signal-desktop + telegram-desktop ]; } |