chore(flake)!: bump inputs
This commit is contained in:
parent
05bd719cf5
commit
ca243e9d62
5 changed files with 31 additions and 27 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue