Auto-commit: 2026-01-05 18:30:47
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
{
|
{ pkgs, host, nixosConfig, lib, ... }: {
|
||||||
pkgs,
|
programs.fish = lib.mkIf nixosConfig.my.desktop.enable {
|
||||||
host,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
programs.fish = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
fr = "sudo nixos-rebuild switch --flake ~/LillyOS/#${host}";
|
fr = "sudo nixos-rebuild switch --flake ~/LillyOS/#${host}";
|
||||||
|
|||||||
Reference in New Issue
Block a user