Auto-commit: 2026-01-05 18:30:47

This commit is contained in:
2026-01-05 18:30:47 +00:00
parent 5c3669d477
commit 036707ac6d

View File

@@ -1,9 +1,5 @@
{
pkgs,
host,
...
}: {
programs.fish = {
{ pkgs, host, nixosConfig, lib, ... }: {
programs.fish = lib.mkIf nixosConfig.my.desktop.enable {
enable = true;
shellAliases = {
fr = "sudo nixos-rebuild switch --flake ~/LillyOS/#${host}";