.
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
|
# 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
|
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 = {
|
||||||
|
|
Loading…
Reference in a new issue