.
This commit is contained in:
parent
ffec00d89d
commit
bcc51bc93b
2 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,3 +7,4 @@ hardware-configuration.nix
|
|||
# Ignore Emacs temp files
|
||||
*~
|
||||
|
||||
flake.lock
|
||||
|
|
3
home.nix
3
home.nix
|
@ -20,6 +20,7 @@ args@{ config, pkgs, split-monitor-workspaces, nix-flatpak, ... }:
|
|||
fprintd-tod
|
||||
freetube
|
||||
freetype
|
||||
gamescope-wsi
|
||||
gcc
|
||||
ghostscript
|
||||
gimp-with-plugins
|
||||
|
@ -235,6 +236,8 @@ args@{ config, pkgs, split-monitor-workspaces, nix-flatpak, ... }:
|
|||
# };
|
||||
|
||||
services.flatpak = {
|
||||
enable = true;
|
||||
uninstallUnmanaged = true;
|
||||
update = {
|
||||
onActivation = true;
|
||||
auto = {
|
||||
|
|
Loading…
Reference in a new issue