more rss feeds

This commit is contained in:
Kopatz
2024-06-15 11:29:40 +02:00
parent d2d7a128f1
commit 51513dcf4a
5 changed files with 74 additions and 2 deletions

View File

@@ -28,6 +28,7 @@ in {
# MOZ_ENABLE_WAYLAND = "1";
# NIXOS_OZONE_WL = "1";
#};
programs.kdeconnect.enable = true;
xdg = {
portal = {

View File

@@ -12,7 +12,6 @@ in {
'';
in mkIf cfg.enable {
programs.dconf.enable = true;
programs.kdeconnect.enable = true;
fonts.fontDir.enable = true;
fonts.packages = with pkgs; [

View File

@@ -50,6 +50,7 @@ in
bat # fancy cat
shell-gpt
libheif #convert heic to jpg with `heif-convert something.heic something.jpg`
tree
];
};
}