chore(flake)!: bump inputs

This commit is contained in:
514fpv 2024-08-28 22:15:58 +08:00
parent 05bd719cf5
commit ca243e9d62
Signed by: koishi
SSH key fingerprint: SHA256:axz0uIzzY+5W19i7QOUuiw5LSqhKfCBKPf3L4xFRxLw
5 changed files with 31 additions and 27 deletions

View file

@ -35,7 +35,6 @@ in mkIf cfg.enable {
gnome-connections
gnome-font-viewer
gnome-text-editor
]) ++ (with pkgs.gnome; [ ] ++ optionals config.global.flatpak.enable [
gnome-characters
gnome-clocks
gnome-contacts
@ -43,6 +42,7 @@ in mkIf cfg.enable {
gnome-maps
gnome-music
gnome-weather
]) ++ (with pkgs.gnome; [ ] ++ optionals config.global.flatpak.enable [
]);
users.home.persist.directories = [ ".config/dconf" ];