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

@ -4,7 +4,6 @@
./font.nix
./firefox.nix
./alacritty.nix
./gtk.nix
./vscode.nix
./1password.nix
];

View file

@ -1,6 +0,0 @@
{ ... }:
{
gtk = {
enable = true;
};
}

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

View file

@ -10,6 +10,7 @@
../common
./hardware-configuration.nix
../services/postgres.nix
../desktop
../desktop/hyprland.nix
];