mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
fix flakePath
This commit is contained in:
parent
a5e30b7bca
commit
a9bd04ae6e
3 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
|||
{ flakePath, ... }:
|
||||
|
||||
{
|
||||
nixup = "sudo nixos-rebuild switch --flake /etc/nixos/.#desktop";
|
||||
nixup = "sudo nixos-rebuild switch --flake ${flakePath}/.#desktop";
|
||||
chat = "weechat";
|
||||
open = "xdg-open";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue