Compare commits
3 commits
9fcbf3101c
...
e8cce06e42
Author | SHA1 | Date | |
---|---|---|---|
e8cce06e42 | |||
cbea37d2a5 | |||
6b505ecb8f |
3 changed files with 4 additions and 3 deletions
|
@ -372,11 +372,11 @@
|
||||||
"nixpkgs": "nixpkgs_4"
|
"nixpkgs": "nixpkgs_4"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1714522942,
|
"lastModified": 1714526991,
|
||||||
"narHash": "sha256-BlcJ/1oFBO2b/784oEmSk47l7ezAFwiAkbtHrdrThC8=",
|
"narHash": "sha256-BlcJ/1oFBO2b/784oEmSk47l7ezAFwiAkbtHrdrThC8=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "nixd",
|
"repo": "nixd",
|
||||||
"rev": "f42a8655d8e17402921ab420d8b320a31291e02f",
|
"rev": "b1aa92b5661ee679ebb7915ac551a624a234fc7a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -174,7 +174,7 @@
|
||||||
du = "du -h";
|
du = "du -h";
|
||||||
|
|
||||||
# nvd - nix visual diff
|
# nvd - nix visual diff
|
||||||
nvdiff = "nixos-rebuild build $argv && nvd diff /run/current-system result";
|
nvdiff = "nixos-rebuild build && nvd diff /run/current-system result";
|
||||||
};
|
};
|
||||||
|
|
||||||
# rtx hook-env | source
|
# rtx hook-env | source
|
||||||
|
|
|
@ -58,6 +58,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
services.cachix-agent.enable = true;
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
|
|
Reference in a new issue