From 9c9d53c299b61ca21655a5fccd2ddd6eabf3cfcd Mon Sep 17 00:00:00 2001 From: Xory Date: Sun, 9 Nov 2025 14:29:19 +0200 Subject: [PATCH] fl16 stuff --- hosts/nullstar/configuration.nix | 6 ++++++ hosts/nullstar/home.nix | 1 + 2 files changed, 7 insertions(+) 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 = {