remove gtk.nix
This commit is contained in:
parent
c2cc6484ef
commit
613b77d5d1
5 changed files with 14 additions and 7 deletions
|
@ -4,7 +4,6 @@
|
||||||
./font.nix
|
./font.nix
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./alacritty.nix
|
./alacritty.nix
|
||||||
./gtk.nix
|
|
||||||
./vscode.nix
|
./vscode.nix
|
||||||
./1password.nix
|
./1password.nix
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{ ... }:
|
|
||||||
{
|
|
||||||
gtk = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
|
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;
|
||||||
|
};
|
||||||
|
}
|
|
@ -10,6 +10,7 @@
|
||||||
../common
|
../common
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../services/postgres.nix
|
../services/postgres.nix
|
||||||
|
../desktop
|
||||||
../desktop/hyprland.nix
|
../desktop/hyprland.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue