Auto-commit: 2026-01-05 18:30:47
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user