⌨ Keyboard config for Via/Qmk keyboard, added VLC
This commit is contained in:
parent
8dd038fd6a
commit
211f311d0d
@ -11,6 +11,7 @@
|
||||
imports = [
|
||||
./gnome
|
||||
./hardware-configuration.nix
|
||||
./keyboard.nix
|
||||
./terminal
|
||||
./hyprland
|
||||
./audio.nix
|
||||
@ -71,6 +72,7 @@
|
||||
discord
|
||||
nix-prefetch-github # Cmd to get rev and hash from GitHub
|
||||
gimp
|
||||
vlc
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [
|
||||
|
11
keyboard.nix
Normal file
11
keyboard.nix
Normal file
@ -0,0 +1,11 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
via
|
||||
];
|
||||
|
||||
hardware.keyboard.qmk.enable = true;
|
||||
|
||||
services.udev.packages = with pkgs; [ via ];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user