mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
9 lines
230 B
Nix
9 lines
230 B
Nix
{pkgs, ...}: {
|
|
environment.systemPackages = with pkgs; [
|
|
# used for the framework 16 laptop
|
|
framework-tool
|
|
framework-tool-tui
|
|
vial # Open-source GUI and QMK fork for configuring your keyboard in real time
|
|
];
|
|
}
|