I hate Nix /hj

This commit is contained in:
lulusilly 2025-09-13 19:36:00 -04:00
parent 4cf7c21ed8
commit 6405e68aea
3 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, inputs, ... } { config, pkgs, inputs, ... }:
{ {
# SystemD-boot is good enough # SystemD-boot is good enough

View file

@ -1,4 +1,4 @@
{ config, pkgs, inputs, ... } { config, pkgs, inputs, ... }:
{ {
# Hyprland looks nice so I'm using it # Hyprland looks nice so I'm using it

View file

@ -25,7 +25,10 @@
devices = [ devices = [
"/dev/input/by-path/platform-i8042-serio-0-event-kbd" "/dev/input/by-path/platform-i8042-serio-0-event-kbd"
]; ];
configFile = builtins.readFile ../../kanata/conf.kbd; configFile = builtins.fetchurl {
url = https://git.luluslly.xyz/lulusilly/dotfiles/raw/branch/master/.config/kanata/conf.kbd;
sha256 = "";
};
}; };
}; };
}; };