Use fancier kernel config

This commit is contained in:
Natsu Kagami 2022-10-17 12:58:39 +02:00 committed by Natsu Kagami
parent 1f5727930f
commit 1742c79af3
2 changed files with 4 additions and 5 deletions

View file

@ -257,16 +257,15 @@
"nixos-m1": { "nixos-m1": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1665963056, "lastModified": 1665997276,
"narHash": "sha256-u8l1IqAqm02zYrBXZBFphBZiF3sLGeFnILEoUAIozrg=", "narHash": "sha256-vkhyCTxRC7yEW7iNfGjbJCtiakPzz9+bCgB3QOXdsPA=",
"owner": "natsukagami", "owner": "natsukagami",
"repo": "nixos-m1", "repo": "nixos-m1",
"rev": "ce00f9e1e0073763214409375f07461ed7454e4f", "rev": "8d3b6911f2957537bf148e3953684391b6f55336",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "natsukagami", "owner": "natsukagami",
"ref": "enable-uinput",
"repo": "nixos-m1", "repo": "nixos-m1",
"type": "github" "type": "github"
} }

View file

@ -29,7 +29,7 @@
kakoune.flake = false; kakoune.flake = false;
kak-lsp.url = github:kak-lsp/kak-lsp; kak-lsp.url = github:kak-lsp/kak-lsp;
kak-lsp.flake = false; kak-lsp.flake = false;
nixos-m1.url = github:natsukagami/nixos-m1/enable-uinput; nixos-m1.url = github:natsukagami/nixos-m1;
nixos-m1.flake = false; nixos-m1.flake = false;
# --- # ---