Merge remote-tracking branch 'origin/main' into thinkpad

This commit is contained in:
2025-03-03 21:52:34 +01:00
20 changed files with 414 additions and 52 deletions

View File

@ -4,6 +4,7 @@
./bluetooth.nix
./development.nix
./fonts.nix
./gaming
./gnome
./hardware
./locale.nix
@ -13,7 +14,6 @@
./sddm.nix
./security.nix
./shell.nix
./steam.nix
./qt.nix
];
}

View File

@ -0,0 +1,12 @@
{ pkgs, ... }:
{
imports = [
./steam.nix
];
environment.systemPackages = with pkgs; [
heroic
wine
];
}