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