From 13ceef5fa8731cb9adc871101cf97d9260790116 Mon Sep 17 00:00:00 2001 From: Jurn Wubben Date: Thu, 10 Jul 2025 20:01:55 +0200 Subject: [PATCH] Hosts: enabled extra apps for desktop and laptop --- hosts/desktop/default.nix | 1 + hosts/laptop/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index 806751d..3e9cba1 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -12,6 +12,7 @@ neovim = true; desktop = { games = true; + apps = true; enable = true; hyprland = true; #TODO: flip both, just trying if it works. kde = true; diff --git a/hosts/laptop/default.nix b/hosts/laptop/default.nix index f1b3255..6732e7f 100644 --- a/hosts/laptop/default.nix +++ b/hosts/laptop/default.nix @@ -29,6 +29,7 @@ neovim = true; desktop = { games = true; + apps = true; enable = true; hyprland = true; kde = true;