syntax fix
This commit is contained in:
parent
ca13e9b5ee
commit
3a75857fda
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ in
|
||||||
hm = "home-manager --flake .";
|
hm = "home-manager --flake .";
|
||||||
hms = "home-manager --flake . switch";
|
hms = "home-manager --flake . switch";
|
||||||
|
|
||||||
tree = mkIf hasTre "tre"
|
tree = mkIf hasTre "tre";
|
||||||
|
|
||||||
ls = mkIf hasExa "exa";
|
ls = mkIf hasExa "exa";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue