aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosa <rosaontheweb@proton.me>2026-01-14 20:15:16 -0500
committerRosa <rosaontheweb@proton.me>2026-01-14 20:15:16 -0500
commit377cae78d5e9e5e2fe9f6127180a6d1dacb72e63 (patch)
tree55925c7ddee0f8d884f256f07e60497ca4cef88d
parent44c11be5831b178777bae2794848e0365d813471 (diff)
steam
-rw-r--r--common/steam.nix11
-rw-r--r--hosts/lust/default.nix2
2 files changed, 13 insertions, 0 deletions
diff --git a/common/steam.nix b/common/steam.nix
new file mode 100644
index 0000000..05d2ca6
--- /dev/null
+++ b/common/steam.nix
@@ -0,0 +1,11 @@
+{ config, lib, ... }:
+{
+ nixpkgs.config.allowUnfreePredicate =
+ pkg:
+ builtins.elem (lib.getName pkg) [
+ "steam"
+ "steam-unwrapped"
+ ];
+
+ programs.steam.enable = true;
+}
diff --git a/hosts/lust/default.nix b/hosts/lust/default.nix
index 9d0bfaf..e1931db 100644
--- a/hosts/lust/default.nix
+++ b/hosts/lust/default.nix
@@ -8,6 +8,7 @@
imports = [
../../common/pipewire.nix
../../common/region/na-east.nix
+ ../../common/steam.nix
];
greeters.tuigreet = {
@@ -22,6 +23,7 @@
packages = with pkgs; [ audacity ];
stateVersion = lib.mkForce "23.05"; # homedir been around for a while
};
+
programs = {
foot.settings.main = {
dpi-aware = lib.mkForce false; # mismatched monitors