stuff
This commit is contained in:
parent
a040a2724b
commit
c7ae582d33
3 changed files with 5 additions and 3 deletions
|
|
@ -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] {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ truncation_symbol = "…/"
|
|||
"pictures" = " "
|
||||
|
||||
[rust]
|
||||
disabled = true
|
||||
# # symbol = ""
|
||||
style = "bg:color_blue"
|
||||
format = '[[ $symbol($version) ](fg:color_fg0 bg:color_blue)]($style)'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue