rm newsboat, add syncthingtray and cleanup unused stuff

This commit is contained in:
cy 2025-02-25 15:49:07 -05:00
parent 1cadfda410
commit 8b53c43e26
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
2 changed files with 1 additions and 49 deletions

View file

@ -19,30 +19,6 @@
}; };
programs.home-manager.enable = true; programs.home-manager.enable = true;
systemd.user.startServices = "sd-switch";
# keep this commented when using plasma
# otherwise "system settings" in KDE will not function
# qt = {
# enable = true;
# platformTheme.name = "kde";
# style.name = "breeze-dark";
# style.package = pkgs.kdePackages.breeze;
# };
# this one too
# gtk = {
# enable = true;
# theme = {
# package = pkgs.adw-gtk3;
# name = "adw-gtk3-dark";
# };
# iconTheme = {
# package = pkgs.adwaita-icon-theme;
# name = "Adwaita";
# };
# };
home.pointerCursor = { home.pointerCursor = {
package = pkgs.bibata-cursors; package = pkgs.bibata-cursors;
name = "Bibata-Modern-Classic"; name = "Bibata-Modern-Classic";
@ -56,7 +32,6 @@
ungoogled-chromium ungoogled-chromium
librewolf librewolf
bitwarden-desktop bitwarden-desktop
bitwarden-cli
fastfetch fastfetch
nwg-look nwg-look
kdePackages.gwenview kdePackages.gwenview
@ -67,11 +42,6 @@
signal-desktop signal-desktop
pavucontrol pavucontrol
btop btop
grim
slurp
rofi-wayland
rofimoji
cliphist
jq jq
bash-language-server bash-language-server
sqlite sqlite
@ -88,7 +58,6 @@
pwgen pwgen
lua-language-server lua-language-server
gnumake gnumake
foot
minisign minisign
unzip unzip
lm_sensors lm_sensors
@ -125,7 +94,6 @@
radare2 radare2
p7zip p7zip
qbittorrent qbittorrent
# vscodium
nil nil
pkg-config pkg-config
gtk2 gtk2
@ -147,28 +115,16 @@
localsend localsend
scrcpy scrcpy
syncthing syncthing
syncthingtray
obsidian obsidian
]; ];
programs.waybar.enable = true;
programs.feh.enable = true; programs.feh.enable = true;
xdg.configFile = { xdg.configFile = {
rofi.source = ../rofi;
waybar.source = ../waybar;
mpv.source = ../mpv; mpv.source = ../mpv;
}; };
programs.newsboat = {
enable = true;
extraConfig = ''
urls-source "miniflux"
miniflux-url "https://rss.cything.io/"
miniflux-login "cy"
miniflux-passwordfile /run/secrets/newsboat/miniflux
'';
};
programs.direnv = { programs.direnv = {
enable = true; enable = true;
nix-direnv.enable = true; nix-direnv.enable = true;

View file

@ -20,10 +20,6 @@
"rsyncnet/id_ed25519" = { "rsyncnet/id_ed25519" = {
sopsFile = ../../secrets/zh5061/yt.yaml; sopsFile = ../../secrets/zh5061/yt.yaml;
}; };
"newsboat/miniflux" = {
sopsFile = ../../secrets/newsboat.yaml;
owner = "yt";
};
"tailscale/auth" = { "tailscale/auth" = {
sopsFile = ../../secrets/services/tailscale.yaml; sopsFile = ../../secrets/services/tailscale.yaml;
}; };