feat: switch to unstable channel for gorgon
This commit is contained in:
parent
fce74c64a9
commit
687cb32400
9 changed files with 27 additions and 103 deletions
|
@ -17,7 +17,7 @@
|
|||
"ui.popup" = { modifiers=["reversed"] }
|
||||
"ui.popup.info" = { modifiers=["reversed"] }
|
||||
"ui.text.info" = { modifiers=["reversed"] }
|
||||
"ui.menu" = { modifiers=["reversed"] }
|
||||
"ui.menu" = { bg="black", fg="white" }
|
||||
"ui.menu.selected" = { bg="white", fg="black" }
|
||||
"ui.window" = { bg="white" }
|
||||
"diagnostic" = { modifiers=["reversed"] }
|
||||
|
|
|
@ -20,7 +20,6 @@ with pkgs; [
|
|||
delta # feature-rich diff viewer
|
||||
dig
|
||||
direnv
|
||||
dstat
|
||||
duf # disk usage
|
||||
dyff # diff tool for YAML
|
||||
element-desktop
|
||||
|
@ -38,7 +37,6 @@ with pkgs; [
|
|||
gimp
|
||||
glow
|
||||
glow # render markdown
|
||||
gnome.gnome-tweaks
|
||||
gnumake
|
||||
gnupg
|
||||
gping # ping with graphs
|
||||
|
@ -65,7 +63,6 @@ with pkgs; [
|
|||
josm
|
||||
jq
|
||||
kanshi
|
||||
kcachegrind
|
||||
keepassxc
|
||||
kubetail
|
||||
krita
|
||||
|
@ -107,12 +104,8 @@ with pkgs; [
|
|||
prusa-slicer
|
||||
pv
|
||||
pwgen
|
||||
(python3.withPackages (python-pkgs: with python-pkgs; [
|
||||
pandas
|
||||
requests
|
||||
]))
|
||||
(python3.withPackages (pkgs: [pkgs.pandas pkgs.requests]))
|
||||
ranger
|
||||
recipemd
|
||||
reptyr
|
||||
ripgrep
|
||||
ripgrep
|
||||
|
@ -144,7 +137,6 @@ with pkgs; [
|
|||
wireshark
|
||||
xdg-utils
|
||||
xmlstarlet
|
||||
xsv # cut for csv
|
||||
unixtools.xxd
|
||||
xxh # portable shells
|
||||
yt-dlp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue