remove gtk.nix

This commit is contained in:
insects 2024-08-21 19:10:09 +02:00
parent c2cc6484ef
commit 613b77d5d1
5 changed files with 14 additions and 7 deletions

View file

@ -0,0 +1,6 @@
{ ... }:
{
imports = [
./steam.nix
];
}

7
nixos/desktop/steam.nix Normal file
View file

@ -0,0 +1,7 @@
{ ... }:
{
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
};
}