cleanup work machine packages
This commit is contained in:
parent
90046388dd
commit
2bb42e6636
1 changed files with 1 additions and 13 deletions
|
@ -1,16 +1,12 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
inputs,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (config.poz.other.system) username;
|
inherit (config.poz.other.system) username;
|
||||||
in {
|
in {
|
||||||
home-manager.users.${username} = {
|
home-manager.users.${username} = {
|
||||||
home.packages = let
|
home.packages = with pkgs; [
|
||||||
hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};
|
|
||||||
shadower = inputs.shadower.packages.${pkgs.system};
|
|
||||||
in with pkgs; [
|
|
||||||
keepassxc
|
keepassxc
|
||||||
eza
|
eza
|
||||||
ripgrep
|
ripgrep
|
||||||
|
@ -26,12 +22,7 @@ in {
|
||||||
qbittorrent
|
qbittorrent
|
||||||
zellij
|
zellij
|
||||||
trash-cli
|
trash-cli
|
||||||
wl-clipboard
|
|
||||||
xdg-utils
|
xdg-utils
|
||||||
hyprpicker
|
|
||||||
hyprcontrib.hyprprop
|
|
||||||
hyprcontrib.grimblast
|
|
||||||
shadower.shadower
|
|
||||||
pamixer
|
pamixer
|
||||||
brightnessctl
|
brightnessctl
|
||||||
dig
|
dig
|
||||||
|
@ -67,18 +58,15 @@ in {
|
||||||
xdg-user-dirs
|
xdg-user-dirs
|
||||||
lshw
|
lshw
|
||||||
tree
|
tree
|
||||||
ydotool
|
|
||||||
exiv2
|
exiv2
|
||||||
config.boot.kernelPackages.cpupower
|
config.boot.kernelPackages.cpupower
|
||||||
config.boot.kernelPackages.perf
|
config.boot.kernelPackages.perf
|
||||||
usbutils
|
usbutils
|
||||||
gomuks
|
|
||||||
ytfzf
|
ytfzf
|
||||||
mat2
|
mat2
|
||||||
libsixel
|
libsixel
|
||||||
lsix
|
lsix
|
||||||
qmk
|
qmk
|
||||||
wev
|
|
||||||
httpie
|
httpie
|
||||||
mangohud
|
mangohud
|
||||||
nix-index
|
nix-index
|
||||||
|
|
Loading…
Reference in a new issue