Compare commits
No commits in common. "f557a899c1d37d86cdc9281714fe041cdbe1f4c1" and "90046388dd534e4948e24b1da6d4e7bab00f3c67" have entirely different histories.
f557a899c1
...
90046388dd
1 changed files with 95 additions and 89 deletions
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (config.poz.other.system) username;
|
||||
|
||||
inherit (lib.attrsets) attrValues;
|
||||
in {
|
||||
home-manager.users.${username} = {
|
||||
home.packages = attrValues {
|
||||
inherit (pkgs)
|
||||
home.packages = let
|
||||
hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};
|
||||
shadower = inputs.shadower.packages.${pkgs.system};
|
||||
in with pkgs; [
|
||||
keepassxc
|
||||
eza
|
||||
ripgrep
|
||||
|
@ -26,7 +26,12 @@ in {
|
|||
qbittorrent
|
||||
zellij
|
||||
trash-cli
|
||||
wl-clipboard
|
||||
xdg-utils
|
||||
hyprpicker
|
||||
hyprcontrib.hyprprop
|
||||
hyprcontrib.grimblast
|
||||
shadower.shadower
|
||||
pamixer
|
||||
brightnessctl
|
||||
dig
|
||||
|
@ -62,16 +67,22 @@ in {
|
|||
xdg-user-dirs
|
||||
lshw
|
||||
tree
|
||||
ydotool
|
||||
exiv2
|
||||
config.boot.kernelPackages.cpupower
|
||||
config.boot.kernelPackages.perf
|
||||
usbutils
|
||||
gomuks
|
||||
ytfzf
|
||||
mat2
|
||||
libsixel
|
||||
lsix
|
||||
qmk
|
||||
wev
|
||||
httpie
|
||||
mangohud
|
||||
nix-index
|
||||
xdg-ninja
|
||||
heaptrack
|
||||
magic-wormhole
|
||||
webcamoid
|
||||
|
@ -89,11 +100,6 @@ in {
|
|||
teams-for-linux
|
||||
openconnect
|
||||
vpn-slice
|
||||
;
|
||||
inherit (config.boot.kernelPackages)
|
||||
cpupower
|
||||
perf
|
||||
;
|
||||
};
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue