Compare commits

...

3 Commits

Author SHA1 Message Date
Antoine Fauroux 5b63445064 Flake: Export default overlay 2025-04-11 17:07:18 -04:00
Antoine Fauroux 7dc30f4740 flake.lock: Update
Flake lock file updates:

• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/9df3e30ce24fd28c7b3e2de0d986769db5d6225d' (2024-03-06)
  → 'github:NixOS/nixpkgs/063dece00c5a77e4a0ea24e5e5a5bd75232806f8' (2025-04-06)
2025-04-08 14:38:30 -04:00
Antoine Fauroux 51825a65c0 Update firefox (unstable nixpkgs) 2025-04-08 14:27:58 -04:00
3 changed files with 8 additions and 4 deletions

View File

@ -71,11 +71,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1709703039, "lastModified": 1743964447,
"narHash": "sha256-6hqgQ8OK6gsMu1VtcGKBxKQInRLHtzulDo9Z5jxHEFY=", "narHash": "sha256-nEo1t3Q0F+0jQ36HJfbJtiRU4OI+/0jX/iITURKe3EE=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9df3e30ce24fd28c7b3e2de0d986769db5d6225d", "rev": "063dece00c5a77e4a0ea24e5e5a5bd75232806f8",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -49,5 +49,9 @@
sops-nix.nixosModules.sops sops-nix.nixosModules.sops
]; ];
}; };
overlays = {
default = applyOverlays [ unfree-overlay unstable-overlay python-overlay ];
};
}; };
} }

View File

@ -1,7 +1,7 @@
{ pkgs, ...}: { { pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# Browsers: # Browsers:
firefox unstable.firefox
chromium chromium
# Document editting # Document editting
libreoffice libreoffice