iso pmount

This commit is contained in:
Tao Tien 2025-12-14 18:59:08 -08:00
parent 493cdf167d
commit 82078941c3
3 changed files with 6 additions and 5 deletions

8
flake.lock generated
View file

@ -288,16 +288,16 @@
},
"nixos": {
"locked": {
"lastModified": 1735563628,
"narHash": "sha256-OnSAY7XDSx7CtDoqNh8jwVwh4xNL/2HaJxGjryLWzX8=",
"lastModified": 1765762245,
"narHash": "sha256-3iXM/zTqEskWtmZs3gqNiVtRTsEjYAedIaLL0mSBsrk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b134951a4c9f3c995fd7be05f3243f8ecd65d798",
"rev": "c8cfcd6ccd422e41cc631a0b73ed4d5a925c393d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-24.05",
"ref": "nixos-25.11",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -2,7 +2,7 @@
description = "we say NO to shitty OSes";
inputs = {
nixos.url = "github:NixOS/nixpkgs/nixos-24.05";
nixos.url = "github:NixOS/nixpkgs/nixos-25.11";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";

View file

@ -5,6 +5,7 @@
modulesPath,
...
}: {
programs.pmount.enable = true;
environment.systemPackages = with pkgs; [
# keep-sorted start
bat