mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
refactor
This commit is contained in:
@@ -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 ==="
|
||||
|
||||
Reference in New Issue
Block a user