This commit is contained in:
muon 2025-10-19 17:41:52 +00:00
parent 01c2d74965
commit 7722a877e6
6 changed files with 315 additions and 23 deletions

View file

@ -12,15 +12,18 @@ in {
# Hardware
imports = [./hardware-configuration.nix ./openrgb.nix];
environment.systemPackages = with inputs.nix-alien.packages.${system}; [
environment.systemPackages = with inputs.nix-alien.packages.${system};
with pkgs; [
nix-alien
pkgs.r2modman
pkgs.lutris
pkgs.godot
pkgs.rustdesk-flutter
pkgs.motion
pkgs.qmk
pkgs.gnumeric
r2modman
lutris
godot
rustdesk-flutter
motion
qmk
gnumeric
opensnitch
opensnitch-ui
];
# System