mirror of
https://github.com/RGBCube/ThemeNix
synced 2025-07-28 00:47:44 +00:00
Add completer
This commit is contained in:
parent
74a0f09d71
commit
f542cc71cf
2 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env nu
|
||||
|
||||
def theme-to-nix [
|
||||
theme: record, # The theme to convert to Nix.
|
||||
] -> nothing {
|
||||
theme: record # The theme to convert to Nix.
|
||||
] {
|
||||
$theme
|
||||
| items { |key, value|
|
||||
let key = match $key {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue