chore: random fixups
This commit is contained in:
parent
c5ff41998e
commit
9475ec1a21
4 changed files with 15 additions and 1 deletions
|
@ -19,7 +19,7 @@ in
|
|||
# keysyms for util functions
|
||||
# Example volume button that allows press and hold, volume limited to 150%
|
||||
"$mod, Q, killactive"
|
||||
"$mod, D, exec, ${pkgs.rofi}/bin/rofi -show drun"
|
||||
"$mod, D, exec, ${pkgs.fuzzel}/bin/fuzzel"
|
||||
"$mod, F, fullscreen"
|
||||
"$mod, E, exec, ${pkgs.pcmanfm}/bin/pcmanfm"
|
||||
# foot terminal
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
splash = false;
|
||||
preload = [config.myWallPaperPathString];
|
||||
wallpaper = [",${config.myWallPaperPathString}"];
|
||||
#preload = [/home/stvnliu/Downloads/mao-zedong.jpg];
|
||||
#wallpaper = [",/home/stvnliu/Downloads/mao-zedong.jpg"];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -9,5 +9,6 @@
|
|||
./office-programs.nix
|
||||
./discord.nix
|
||||
./wayland-utils.nix
|
||||
./pentesting.nix
|
||||
];
|
||||
}
|
||||
|
|
11
home-manager/stvnliu/packages/pentesting.nix
Normal file
11
home-manager/stvnliu/packages/pentesting.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
openvpn
|
||||
inetutils
|
||||
nmap
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue