hardwareUtils: migrated package to separate file

This commit is contained in:
2026-05-17 12:44:17 +02:00
parent 63287b1c43
commit f98b72504d
2 changed files with 1 additions and 4 deletions
-4
View File
@@ -43,10 +43,6 @@
../../modules/nixos/office.nix
];
environment.systemPackages = with pkgs; [
vial # Open-source GUI and QMK fork for configuring your keyboard in real time
];
# to resolve this https://wiki.nixos.org/wiki/Home_Manager#I_cannot_set_GNOME_or_Gtk_themes_via_Home_Manager
programs.dconf.enable = true;
@@ -7,5 +7,6 @@
# 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
];
}