From bcc51bc93b46ce612fa3f234ea802b45cb3b6c5a Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Thu, 3 Oct 2024 22:09:03 +0200 Subject: [PATCH] . --- .gitignore | 1 + home.nix | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index f754bc0..ef41a91 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ hardware-configuration.nix # Ignore Emacs temp files *~ +flake.lock diff --git a/home.nix b/home.nix index 9046f67..95afef8 100644 --- a/home.nix +++ b/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 = {