From e3284d89b6a2e7310e762fa2f1e830f6b08c4e10 Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Sat, 8 Feb 2025 15:51:39 -0600 Subject: [PATCH] building --- hosts/deck/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/deck/configuration.nix b/hosts/deck/configuration.nix index 08d9b3f..0b69e6f 100644 --- a/hosts/deck/configuration.nix +++ b/hosts/deck/configuration.nix @@ -14,10 +14,13 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + nixpkgs.config.allowUnfree = true; + jovian = { steam = { enable = true; autoStart = true; + user = "deck"; # desktopSession = "plasma5"; }; };