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"; }; };