From 2c7730d6098dbde00b43156f706ee415a8a97b8c Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 23 Aug 2024 14:11:13 -0500 Subject: [PATCH 1/2] Unstable deck --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4aac655..901dbfd 100644 --- a/flake.nix +++ b/flake.nix @@ -566,7 +566,7 @@ homeConfigurations = { "deck" = let system = "x86_64-linux"; - pkgs = pkgsFor system; + pkgs = unstable.pkgsFor system; in home-manager-unstable.lib.homeManagerConfiguration { inherit pkgs; From 411be6cac03ff71f4c6c66351e655fcd32ac7f74 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 23 Aug 2024 14:23:49 -0500 Subject: [PATCH 2/2] Game --- modules/nixos/default.nix | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index 1ad2959..c1e17b0 100644 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -562,15 +562,19 @@ }; }; - gaming = { + gaming = {pkgs, ...}: { imports = with nixosModules; [ lutris steam - - ludusavi - # ludusavi uses rclone - rclone ]; + + environment = { + systemPackages = with pkgs; [ + ludusavi + # ludusavi uses rclone + rclone + ]; + }; }; pipewire = {