mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Merge branch 'main' of codeberg.org:muon/home
This commit is contained in:
commit
2a8dd740a3
6 changed files with 319 additions and 28 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue