refactor home packages, more labels
This commit is contained in:
parent
8b43733c27
commit
b923532fac
1 changed files with 23 additions and 17 deletions
|
@ -11,6 +11,8 @@
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
# nix
|
||||||
|
home-manager
|
||||||
# c / c++
|
# c / c++
|
||||||
gcc
|
gcc
|
||||||
nasm
|
nasm
|
||||||
|
@ -21,19 +23,33 @@
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
cargo
|
cargo
|
||||||
clippy
|
clippy
|
||||||
# programs
|
# android
|
||||||
adwaita-icon-theme
|
scrcpy
|
||||||
android-tools
|
android-tools
|
||||||
blueman
|
# gtk
|
||||||
|
adwaita-icon-theme
|
||||||
|
orchis-theme
|
||||||
|
# wayland
|
||||||
cage
|
cage
|
||||||
easyeffects
|
wl-clipboard
|
||||||
|
wl-clip-persist
|
||||||
|
wl-mirror
|
||||||
|
# gaming
|
||||||
|
gamescope
|
||||||
|
steam
|
||||||
|
wine
|
||||||
|
# social
|
||||||
discord
|
discord
|
||||||
element-desktop
|
element-desktop
|
||||||
fd
|
|
||||||
gamescope
|
|
||||||
gajim
|
gajim
|
||||||
|
# vrchat
|
||||||
|
unityhub
|
||||||
|
vrc-get
|
||||||
|
# programs
|
||||||
|
blueman
|
||||||
|
easyeffects
|
||||||
|
fd
|
||||||
gimp
|
gimp
|
||||||
home-manager
|
|
||||||
imagemagick
|
imagemagick
|
||||||
imv
|
imv
|
||||||
libnotify
|
libnotify
|
||||||
|
@ -41,20 +57,10 @@
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pfetch-rs
|
pfetch-rs
|
||||||
rsync
|
rsync
|
||||||
scrcpy
|
|
||||||
starship
|
starship
|
||||||
steam
|
|
||||||
thunderbird
|
thunderbird
|
||||||
unityhub
|
|
||||||
vrc-get
|
|
||||||
wine
|
|
||||||
wl-clipboard
|
|
||||||
wl-clip-persist
|
|
||||||
wl-mirror
|
|
||||||
yt-dlp
|
yt-dlp
|
||||||
zathura
|
zathura
|
||||||
# gtk
|
|
||||||
orchis-theme
|
|
||||||
];
|
];
|
||||||
|
|
||||||
xdg.dataFile = {
|
xdg.dataFile = {
|
||||||
|
|
Loading…
Reference in a new issue