1
Fork 0
mirror of https://github.com/RGBCube/ThemeNix synced 2025-07-28 00:47:44 +00:00

Add completer

This commit is contained in:
RGBCube 2023-12-03 12:21:29 +03:00
parent 74a0f09d71
commit f542cc71cf
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -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 {