diff --git a/hosts/nullstar/configuration.nix b/hosts/nullstar/configuration.nix index 78c35c4..cad931b 100644 --- a/hosts/nullstar/configuration.nix +++ b/hosts/nullstar/configuration.nix @@ -152,6 +152,10 @@ # Enable touchpad support (enabled default in most desktopManager). # services.xserver.libinput.enable = true; + # Enable FL16 Input modules + hardware.inputmodule.enable = true; + hardware.keyboard.qmk.enable = true; + services.ollama.enable = true; services.ollama.acceleration = "cuda"; @@ -172,6 +176,8 @@ # wget neovim git + framework-tool + inputmodule-control ]; programs.steam.enable = true; diff --git a/hosts/nullstar/home.nix b/hosts/nullstar/home.nix index a911785..4ed32d6 100644 --- a/hosts/nullstar/home.nix +++ b/hosts/nullstar/home.nix @@ -40,6 +40,7 @@ grim slurp input-leap + viber ]; home.file = {