This commit is contained in:
Tao Tien 2025-04-01 13:27:41 -07:00
parent a040a2724b
commit c7ae582d33
3 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,8 @@
alias nd = nix develop
def ns [package] {
nix shell $"nixpkgs#($package)"
def ns [...packages: string] {
let packages = $packages | each {$"nixpkgs#($in)"}
nix shell ...$packages
}
# def nr [package] {

View file

@ -32,7 +32,7 @@ def "snapper clear" [] {
snapper delete $"($first.number)-($last.number)"
}
const mode_path: path = "/sys/devices/platform/nct6775.656/hwmon/hwmon9/pwm2_enable"
const mode_path: path = "/sys/devices/platform/nct6775.656/hwmon/hwmon3/pwm2_enable"
def quiet [] {
match (hostname) {