feat: Add just target to simply run nix with flakes and nix-command

This commit is contained in:
uttarayan21
2024-11-19 02:56:43 +05:30
parent 0914aac6e1
commit de77aad5a4
2 changed files with 3 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ in {
xdg.enable = true;
xdg.userDirs = {
enable = device.isLinux;
music = "${config.home.homeDirectory}/Nextcloud/Music";
# music = "${config.home.homeDirectory}/Nextcloud/Music";
};
programs = {

View File

@@ -17,6 +17,8 @@ build:
build:
nixos-rebuild build --flake . --show-trace
nix args:
nix --extra-experimental-features "nix-command flakes" {{args}}
home:
nix --extra-experimental-features "nix-command flakes" run home-manager/master -- switch --flake . --show-trace