diff options
author | ene <ene@sils.li> | 2023-04-07 11:12:27 +0200 |
---|---|---|
committer | ene <ene@sils.li> | 2023-04-07 13:16:45 +0200 |
commit | 4e67d74766bec20129d9f9ae8e9c0174fb272194 (patch) | |
tree | 708b5bca5d4cbdb6c8d5ddc27abaa7b1851e3663 /system/services/default.nix | |
parent | Fix(hm/pkgs/scripts/update): Allow for rebases (diff) | |
download | nixos-config-4e67d74766bec20129d9f9ae8e9c0174fb272194.tar.gz nixos-config-4e67d74766bec20129d9f9ae8e9c0174fb272194.zip |
Feat(hm/pkgs): Add lutris
Lutris requires Steam as a dependency, thus allowing steam is required. There seems to be no other way to do this, I'm afraid.
Diffstat (limited to '')
-rw-r--r-- | system/services/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/services/default.nix b/system/services/default.nix index 36cf9763..63f0e733 100644 --- a/system/services/default.nix +++ b/system/services/default.nix @@ -3,6 +3,7 @@ ./printing ./nix ./snapper + ./steam ./dconf ./openssh ]; |