mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Add zen
This commit is contained in:
parent
01c2d74965
commit
7722a877e6
6 changed files with 315 additions and 23 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue