I hate Nix /hj
This commit is contained in:
parent
4cf7c21ed8
commit
6405e68aea
3 changed files with 6 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, inputs, ... }
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
# SystemD-boot is good enough
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, inputs, ... }
|
||||
{ config, pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
# Hyprland looks nice so I'm using it
|
||||
|
|
|
|||
|
|
@ -25,7 +25,10 @@
|
|||
devices = [
|
||||
"/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 = "";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue