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 alias nd = nix develop
def ns [package] { def ns [...packages: string] {
nix shell $"nixpkgs#($package)" let packages = $packages | each {$"nixpkgs#($in)"}
nix shell ...$packages
} }
# def nr [package] { # def nr [package] {

View file

@ -32,7 +32,7 @@ def "snapper clear" [] {
snapper delete $"($first.number)-($last.number)" 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 [] { def quiet [] {
match (hostname) { match (hostname) {

View file

@ -48,6 +48,7 @@ truncation_symbol = "…/"
"pictures" = " " "pictures" = " "
[rust] [rust]
disabled = true
# # symbol = "" # # symbol = ""
style = "bg:color_blue" style = "bg:color_blue"
format = '[[ $symbol($version) ](fg:color_fg0 bg:color_blue)]($style)' format = '[[ $symbol($version) ](fg:color_fg0 bg:color_blue)]($style)'