Merge branch 'main' of codeberg.org:muon/home

This commit is contained in:
muon 2025-10-20 12:03:19 +00:00
commit 2a8dd740a3
6 changed files with 319 additions and 28 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
@ -56,7 +59,6 @@ in {
services.xserver.windowManager.i3.enable = true;
services.actual.enable = true;
programs.kdeconnect.enable = true;
virtualisation.virtualbox.host.enable = true;
users.extraGroups.vboxusers.members = ["user-with-access-to-virtualbox"];