This commit is contained in:
2026-03-24 10:40:31 +01:00
parent 61026947d3
commit 0749c86085
16 changed files with 75 additions and 85 deletions

View File

@@ -1,4 +1,4 @@
{ isNixOS, hostName, ... }:
{ userConfig, hostName, ... }:
{
programs.fish = {
@@ -78,7 +78,7 @@
update = {
body =
if isNixOS then
if userConfig.isNixOS then
# fish
''
echo "=== System packages update ==="