feat: a bunch of misc updates
This commit is contained in:
parent
db83134e6b
commit
bb120b4e3d
18 changed files with 256 additions and 121 deletions
|
@ -8,5 +8,6 @@
|
|||
./pentesting.nix
|
||||
./dev.nix
|
||||
./gaming.nix
|
||||
./hypr.nix
|
||||
];
|
||||
}
|
||||
|
|
4
home-manager/stvnliu/packages/hypr.nix
Normal file
4
home-manager/stvnliu/packages/hypr.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
home.packages = [ inputs.hyprswitch.packages.x86_64-linux.default ];
|
||||
}
|
|
@ -1,21 +1,22 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
bottom
|
||||
libnotify
|
||||
tree
|
||||
android-file-transfer
|
||||
mtpfs
|
||||
usbutils
|
||||
glow
|
||||
tmux
|
||||
ranger
|
||||
lazygit
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
bottom
|
||||
libnotify
|
||||
tree
|
||||
android-file-transfer
|
||||
mtpfs
|
||||
usbutils
|
||||
glow
|
||||
tmux
|
||||
ranger
|
||||
lazygit
|
||||
|
||||
cheat
|
||||
thefuck
|
||||
pcmanfm
|
||||
udiskie
|
||||
sxiv
|
||||
transmission_4-gtk
|
||||
];
|
||||
cheat
|
||||
thefuck
|
||||
pcmanfm
|
||||
udiskie
|
||||
sxiv
|
||||
transmission_4-gtk
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue