user/flatpak: add comments, add/remove programs

hosts/dunamis/users/user/programs: bleh

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-11 00:15:22 +03:00
parent c6d5a071b4
commit 590a94af56
2 changed files with 42 additions and 31 deletions

View File

@ -24,54 +24,57 @@
[ [
# browsers # browsers
"app.zen_browser.zen" "app.zen_browser.zen"
"com.vivaldi.Vivaldi" # "com.vivaldi.Vivaldi"
"net.mullvad.MullvadBrowser" "net.mullvad.MullvadBrowser"
"org.torproject.torbrowser-launcher" "org.torproject.torbrowser-launcher"
] ]
++ [ ++ [
# editing # editing
"com.github.PintaProject.Pinta" "com.github.PintaProject.Pinta" # bootleg paint
"org.gimp.GIMP" "org.gimp.GIMP" # the holy gimp
"org.kde.kdenlive" "org.kde.kdenlive" # video editor
] ]
++ [ ++ [
# chatting # chatting
"im.riot.Riot" "im.riot.Riot" # matrix client
"io.github.kukuruzka165.materialgram" "io.github.kukuruzka165.materialgram" # telegram client
"io.github.spacingbat3.webcord" "io.github.spacingbat3.webcord" # discord client
"org.mozilla.Thunderbird" # "org.mozilla.Thunderbird" # mail client
"org.signal.Signal" "org.signal.Signal"
# "org.telegram.desktop" # "org.telegram.desktop"
] ]
++ [ ++ [
# media # media
"ca.edestcroix.Recordbox" # "ca.edestcroix.Recordbox" # music player
"io.bassi.Amberol" "com.github.neithern.g4music" # music player
"io.freetubeapp.FreeTube" # "io.bassi.Amberol" # music player
"org.atheme.audacious" "io.freetubeapp.FreeTube" # youtube client
# "org.atheme.audacious" # music player
] ]
++ [ ++ [
# gaming # gaming
"com.heroicgameslauncher.hgl" "com.heroicgameslauncher.hgl" # gog/egs launcher
"com.valvesoftware.Steam" "com.valvesoftware.Steam"
"net.lutris.Lutris" "net.lutris.Lutris" # everything launcher
"org.prismlauncher.PrismLauncher" "org.prismlauncher.PrismLauncher" # minecraft launcher
"org.freedesktop.Platform.VulkanLayer.MangoHud//24.08" "org.freedesktop.Platform.VulkanLayer.MangoHud//24.08"
"org.freedesktop.Platform.VulkanLayer.gamescope//24.08" "org.freedesktop.Platform.VulkanLayer.gamescope//24.08"
] ]
++ [ ++ [
# misc # misc
"app.drey.Warp" # share files using magic wormhole
"com.bitwarden.desktop" "com.bitwarden.desktop"
"com.github.tchx84.Flatseal" "com.github.tchx84.Flatseal" # control flatpak permissions
"com.logseq.Logseq" "com.logseq.Logseq"
"com.obsproject.Studio" "com.obsproject.Studio"
"com.usebottles.bottles" "com.usebottles.bottles" # wine containers
"de.capypara.FieldMonitor" "de.capypara.FieldMonitor" # libvirt
"de.haeckerfelix.Fragments" "de.haeckerfelix.Fragments" # torrents
"io.github.amit9838.mousam" "io.github.amit9838.mousam" # weather
"io.gitlab.news_flash.NewsFlash" "io.github.lainsce.Khronos" # log time for tasks
"me.iepure.devtoolbox" "io.gitlab.news_flash.NewsFlash" # rss reader
"org.nicotine_plus.Nicotine" "me.iepure.devtoolbox" # some cool utils
"org.nicotine_plus.Nicotine" # soulseek
]; ];
overrides = let overrides = let
homeNoNetwork = { homeNoNetwork = {

View File

@ -1,4 +1,11 @@
{pkgs, ...}: { {
config,
lib,
pkgs,
...
}: let
inherit (lib) mkIf;
in {
console.yazi.enable = true; console.yazi.enable = true;
editor.helix.enable = true; editor.helix.enable = true;
shell = { shell = {
@ -6,10 +13,10 @@
oh-my-posh.enable = true; oh-my-posh.enable = true;
}; };
syncthing.enable = true; syncthing.enable = true;
terminal.wezterm.enable = true; # terminal.wezterm.enable = true;
terminal.ghostty.enable = true; terminal.ghostty.enable = true;
systemd.user.settings.Manager.DefaultEnvironment = { systemd.user.settings.Manager.DefaultEnvironment = {
TERMINAL = "wezterm"; TERMINAL = "ghostty";
}; };
services = { services = {
@ -23,8 +30,8 @@
enable = true; enable = true;
settings.update_ms = 200; settings.update_ms = 200;
}; };
direnv.enable = true; # direnv.enable = true;
direnv.silent = true; # direnv.silent = true;
eza.enable = true; # ls in rust eza.enable = true; # ls in rust
fd.enable = true; # find in rust fd.enable = true; # find in rust
fzf.enable = true; # fuzzy finder in rust fzf.enable = true; # fuzzy finder in rust
@ -58,19 +65,19 @@
# development utils # development utils
alejandra # nix formatter in rust alejandra # nix formatter in rust
# devenv # programming deps in rust # devenv # programming deps in rust
jj-fzf # fuzzy finder jujutsu tui (mkIf config.programs.jujutsu.enable jj-fzf) # fuzzy finder jujutsu tui
just # make in rust just # make in rust
silicon # create code pics in rust silicon # create code pics in rust
] ]
++ [ ++ [
# console utils # console utils
bluetuith # bluetooth tui in go # bluetuith # bluetooth tui in go
dua # disk space usage in rust dua # disk space usage in rust
duf # better df in go duf # better df in go
fend # calculator in rust fend # calculator in rust
mprocs # process runner in rust mprocs # process runner in rust
ouch # archive manager in rust ouch # archive manager in rust
procs # ps in rust # procs # ps in rust
rbw # bitwarden cli in rust rbw # bitwarden cli in rust
sd # sed in rust sd # sed in rust
systemctl-tui # systemctl tui in rust systemctl-tui # systemctl tui in rust
@ -78,6 +85,7 @@
] ]
++ [ ++ [
# misc apps # misc apps
adwaita-icon-theme
# vial # qmk keyboard configuring app # vial # qmk keyboard configuring app
pinentry-qt # pinentry for rbw pinentry-qt # pinentry for rbw
virt-manager # libvirt gui virt-manager # libvirt gui