1
Fork 0
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:
RGBCube 2024-01-16 14:30:34 +03:00
parent 6c78ce9a60
commit f85e6b31ea
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{ ulib, lib, pkgs, upkgs, ... }: with ulib; merge
{ ulib, lib, pkgs, upkgs, theme, ... }: with ulib; merge
(homeConfiguration {
programs.nushell = {

View file

@ -1,4 +1,4 @@
{ lib, ulib, upkgs, theme, ... }: ''
{ lib, ulib, upkgs, ... }: ''
${lib.optionalString ulib.isServer ''
echo
fastfetch