feat: Add just target to simply run nix with flakes and nix-command
This commit is contained in:
@@ -119,7 +119,7 @@ in {
|
|||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
xdg.userDirs = {
|
xdg.userDirs = {
|
||||||
enable = device.isLinux;
|
enable = device.isLinux;
|
||||||
music = "${config.home.homeDirectory}/Nextcloud/Music";
|
# music = "${config.home.homeDirectory}/Nextcloud/Music";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|||||||
2
justfile
2
justfile
@@ -17,6 +17,8 @@ build:
|
|||||||
build:
|
build:
|
||||||
nixos-rebuild build --flake . --show-trace
|
nixos-rebuild build --flake . --show-trace
|
||||||
|
|
||||||
|
nix args:
|
||||||
|
nix --extra-experimental-features "nix-command flakes" {{args}}
|
||||||
|
|
||||||
home:
|
home:
|
||||||
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake . --show-trace
|
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake . --show-trace
|
||||||
|
|||||||
Reference in New Issue
Block a user