remove gtk.nix
This commit is contained in:
parent
c2cc6484ef
commit
613b77d5d1
5 changed files with 14 additions and 7 deletions
6
nixos/desktop/default.nix
Normal file
6
nixos/desktop/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./steam.nix
|
||||
];
|
||||
}
|
7
nixos/desktop/steam.nix
Normal file
7
nixos/desktop/steam.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue