more rss feeds
This commit is contained in:
@@ -28,6 +28,7 @@ in {
|
||||
# MOZ_ENABLE_WAYLAND = "1";
|
||||
# NIXOS_OZONE_WL = "1";
|
||||
#};
|
||||
programs.kdeconnect.enable = true;
|
||||
|
||||
xdg = {
|
||||
portal = {
|
||||
|
||||
@@ -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; [
|
||||
|
||||
@@ -50,6 +50,7 @@ in
|
||||
bat # fancy cat
|
||||
shell-gpt
|
||||
libheif #convert heic to jpg with `heif-convert something.heic something.jpg`
|
||||
tree
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user