mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix unknown variable errors
This commit is contained in:
parent
6c78ce9a60
commit
f85e6b31ea
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ulib, lib, pkgs, upkgs, ... }: with ulib; merge
|
||||
{ ulib, lib, pkgs, upkgs, theme, ... }: with ulib; merge
|
||||
|
||||
(homeConfiguration {
|
||||
programs.nushell = {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, ulib, upkgs, theme, ... }: ''
|
||||
{ lib, ulib, upkgs, ... }: ''
|
||||
${lib.optionalString ulib.isServer ''
|
||||
echo
|
||||
fastfetch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue