diff options
author | Leonardo Santiago <[email protected]> | 2025-07-20 17:37:15 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-07-20 17:37:15 -0300 |
commit | 9317f9ed34d73c89f9648d5291f021b1dd60aa57 (patch) | |
tree | 24a5e8bbf0c347c5ee4fe3083e0a07526e14bdc0 /flake.nix | |
parent | 459f9cb9d2bec30d0da275673f3098d5725de3fb (diff) |
chore: add beeper, typst mode
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ { description = "My personal devices' flake modules"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; + nixpkgs.url = "github:nixos/nixpkgs/e752bd719cf334c45127ec06f700eac81154b011"; nixos-hardware.url = "github:NixOS/nixos-hardware"; home-manager.url = "github:nix-community/home-manager"; agenix = { |