worf: update to nixos-23.11
This commit is contained in:
parent
0abfcc7f07
commit
f11685cf3c
|
@ -14,7 +14,7 @@
|
|||
emacs
|
||||
iterm2
|
||||
spotify
|
||||
unstable.ripes
|
||||
ripes
|
||||
|
||||
bat
|
||||
bottom
|
||||
|
@ -25,7 +25,7 @@
|
|||
nix-index
|
||||
nodejs
|
||||
tldr
|
||||
unstable.eza
|
||||
eza
|
||||
zellij
|
||||
|
||||
pandoc
|
||||
|
|
|
@ -5,7 +5,7 @@ let
|
|||
in {
|
||||
services.yabai = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.yabai;
|
||||
package = pkgs.yabai;
|
||||
enableScriptingAddition = true;
|
||||
config = {
|
||||
layout = "bsp";
|
||||
|
@ -119,7 +119,7 @@ in {
|
|||
|
||||
services.sketchybar = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.sketchybar;
|
||||
package = pkgs.sketchybar;
|
||||
# The config is handled outside of nix, and is placed in ~/.config/sketchybar
|
||||
};
|
||||
|
||||
|
|
|
@ -39,14 +39,14 @@ in { pkgs ? import <nixpkgs> {} }:
|
|||
dig
|
||||
nmap
|
||||
rustscan
|
||||
unstable.thc-hydra
|
||||
thc-hydra
|
||||
|
||||
# davtest
|
||||
# cadaver
|
||||
httpie
|
||||
|
||||
john
|
||||
unstable.hashcat
|
||||
hashcat
|
||||
|
||||
] ++ lib.optionals (pkgs.stdenv.isLinux) [
|
||||
sage
|
||||
|
|
Loading…
Reference in New Issue