Compare commits

...

3 commits

Author SHA1 Message Date
e8cce06e42 Lock file maintenance 2024-05-01 02:15:28 +00:00
cbea37d2a5
Fix nvdiff 2024-04-30 20:31:57 -05:00
6b505ecb8f
Adding cachix agent. 2024-04-30 20:26:27 -05:00
3 changed files with 5 additions and 4 deletions

View file

@ -372,11 +372,11 @@
"nixpkgs": "nixpkgs_4" "nixpkgs": "nixpkgs_4"
}, },
"locked": { "locked": {
"lastModified": 1714455472, "lastModified": 1714526991,
"narHash": "sha256-XotANaTYWoxQGZ3/cR0FKUB1UHZ85mIYlwcweBbBe+w=", "narHash": "sha256-BlcJ/1oFBO2b/784oEmSk47l7ezAFwiAkbtHrdrThC8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixd", "repo": "nixd",
"rev": "349be908d5473e922f43227d0b5840c6c55e231b", "rev": "b1aa92b5661ee679ebb7915ac551a624a234fc7a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -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

View file

@ -58,6 +58,7 @@
}; };
}; };
}; };
services.cachix-agent.enable = true;
# Enable sound with pipewire. # Enable sound with pipewire.
sound.enable = true; sound.enable = true;