Compare commits
2 commits
90046388dd
...
f557a899c1
Author | SHA1 | Date | |
---|---|---|---|
f557a899c1 | |||
2bb42e6636 |
1 changed files with 89 additions and 95 deletions
|
@ -1,105 +1,99 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (config.poz.other.system) username;
|
||||
|
||||
inherit (lib.attrsets) attrValues;
|
||||
in {
|
||||
home-manager.users.${username} = {
|
||||
home.packages = let
|
||||
hyprcontrib = inputs.hyprcontrib.packages.${pkgs.system};
|
||||
shadower = inputs.shadower.packages.${pkgs.system};
|
||||
in with pkgs; [
|
||||
keepassxc
|
||||
eza
|
||||
ripgrep
|
||||
obs-studio
|
||||
ungoogled-chromium
|
||||
tor-browser-bundle-bin
|
||||
mullvad-browser
|
||||
thunderbird
|
||||
gimp
|
||||
helvum
|
||||
easyeffects
|
||||
libreoffice-fresh
|
||||
qbittorrent
|
||||
zellij
|
||||
trash-cli
|
||||
wl-clipboard
|
||||
xdg-utils
|
||||
hyprpicker
|
||||
hyprcontrib.hyprprop
|
||||
hyprcontrib.grimblast
|
||||
shadower.shadower
|
||||
pamixer
|
||||
brightnessctl
|
||||
dig
|
||||
imv
|
||||
pcmanfm
|
||||
xdg-ninja
|
||||
gnupg
|
||||
age
|
||||
rage
|
||||
fd
|
||||
udisks
|
||||
ffmpeg_6-full
|
||||
yt-dlp
|
||||
filelight
|
||||
asciinema
|
||||
asciinema-agg
|
||||
du-dust
|
||||
appimage-run
|
||||
file
|
||||
fastfetch
|
||||
uutils-coreutils
|
||||
alsa-utils
|
||||
imagemagick
|
||||
psmisc
|
||||
mesa-demos
|
||||
jq
|
||||
fq
|
||||
progress
|
||||
parallel
|
||||
p7zip
|
||||
xxd
|
||||
playerctl
|
||||
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
|
||||
fswebcam
|
||||
pciutils
|
||||
inxi
|
||||
pcsc-tools
|
||||
libnfc
|
||||
nix-tree
|
||||
duf
|
||||
bat
|
||||
hw-probe
|
||||
delta
|
||||
scrcpy
|
||||
teams-for-linux
|
||||
openconnect
|
||||
vpn-slice
|
||||
];
|
||||
home.packages = attrValues {
|
||||
inherit (pkgs)
|
||||
keepassxc
|
||||
eza
|
||||
ripgrep
|
||||
obs-studio
|
||||
ungoogled-chromium
|
||||
tor-browser-bundle-bin
|
||||
mullvad-browser
|
||||
thunderbird
|
||||
gimp
|
||||
helvum
|
||||
easyeffects
|
||||
libreoffice-fresh
|
||||
qbittorrent
|
||||
zellij
|
||||
trash-cli
|
||||
xdg-utils
|
||||
pamixer
|
||||
brightnessctl
|
||||
dig
|
||||
imv
|
||||
pcmanfm
|
||||
xdg-ninja
|
||||
gnupg
|
||||
age
|
||||
rage
|
||||
fd
|
||||
udisks
|
||||
ffmpeg_6-full
|
||||
yt-dlp
|
||||
filelight
|
||||
asciinema
|
||||
asciinema-agg
|
||||
du-dust
|
||||
appimage-run
|
||||
file
|
||||
fastfetch
|
||||
uutils-coreutils
|
||||
alsa-utils
|
||||
imagemagick
|
||||
psmisc
|
||||
mesa-demos
|
||||
jq
|
||||
fq
|
||||
progress
|
||||
parallel
|
||||
p7zip
|
||||
xxd
|
||||
playerctl
|
||||
xdg-user-dirs
|
||||
lshw
|
||||
tree
|
||||
exiv2
|
||||
usbutils
|
||||
ytfzf
|
||||
mat2
|
||||
libsixel
|
||||
lsix
|
||||
qmk
|
||||
httpie
|
||||
mangohud
|
||||
nix-index
|
||||
heaptrack
|
||||
magic-wormhole
|
||||
webcamoid
|
||||
fswebcam
|
||||
pciutils
|
||||
inxi
|
||||
pcsc-tools
|
||||
libnfc
|
||||
nix-tree
|
||||
duf
|
||||
bat
|
||||
hw-probe
|
||||
delta
|
||||
scrcpy
|
||||
teams-for-linux
|
||||
openconnect
|
||||
vpn-slice
|
||||
;
|
||||
inherit (config.boot.kernelPackages)
|
||||
cpupower
|
||||
perf
|
||||
;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue