From 0ab18663e6082a5b821cbf237bc08a22c7194e4c Mon Sep 17 00:00:00 2001 From: KptltD00M Date: Tue, 23 Jun 2026 23:04:38 +0200 Subject: [PATCH] Enable Flatpak services in configuration files and clean up home program imports --- hosts/home-pc/configuration.nix | 2 +- hosts/home-pc/home.nix | 1 - hosts/laptop/configuration.nix | 1 + hosts/laptop/home.nix | 1 - 4 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/home-pc/configuration.nix b/hosts/home-pc/configuration.nix index 937eaef..8ac5152 100644 --- a/hosts/home-pc/configuration.nix +++ b/hosts/home-pc/configuration.nix @@ -23,7 +23,7 @@ ]; home-manager.users."${config.var.username}" = import ./home.nix; - + services.flatpak.enable = true; # Don't touch this system.stateVersion = "24.05"; } diff --git a/hosts/home-pc/home.nix b/hosts/home-pc/home.nix index c7a9f45..0f68e87 100644 --- a/hosts/home-pc/home.nix +++ b/hosts/home-pc/home.nix @@ -13,7 +13,6 @@ ../../home/programs/spotatui ../../home/programs/yazi ../../home/programs/steam - #../../home/programs/zen ../../home/programs/group/basic-apps.nix ../../home/programs/group/dev.nix diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index 25d7d6a..b7e5f18 100644 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -23,6 +23,7 @@ imports = [ ]; home-manager.users."${config.var.username}" = import ./home.nix; +services.flatpak.enable = true; system.stateVersion = "24.05"; } diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 09b9cfc..aba05e3 100644 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -13,7 +13,6 @@ ../../home/programs/spotatui ../../home/programs/yazi ../../home/programs/steam - #../../home/programs/zen ../../home/programs/group/basic-apps.nix ../../home/programs/group/dev.nix