This commit is contained in:
Daniel Ziltener 2024-10-03 22:09:03 +02:00
parent ffec00d89d
commit bcc51bc93b
Signed by: zilti
GPG key ID: B38976E82C9DAE42
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -7,3 +7,4 @@ hardware-configuration.nix
# Ignore Emacs temp files # Ignore Emacs temp files
*~ *~
flake.lock

View file

@ -20,6 +20,7 @@ args@{ config, pkgs, split-monitor-workspaces, nix-flatpak, ... }:
fprintd-tod fprintd-tod
freetube freetube
freetype freetype
gamescope-wsi
gcc gcc
ghostscript ghostscript
gimp-with-plugins gimp-with-plugins
@ -235,6 +236,8 @@ args@{ config, pkgs, split-monitor-workspaces, nix-flatpak, ... }:
# }; # };
services.flatpak = { services.flatpak = {
enable = true;
uninstallUnmanaged = true;
update = { update = {
onActivation = true; onActivation = true;
auto = { auto = {