summaryrefslogtreecommitdiff
path: root/nix/home
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-01-24 10:48:35 -0500
committerFreya Murphy <freya@freyacat.org>2025-01-24 10:48:35 -0500
commitb923532fac7ccfbce3f38f71352f5aae209d2342 (patch)
treed78b02e59868995256d1bfc1387d5ca4815bdb4d /nix/home
parentremove old gpg key part in pub key file (diff)
downloaddotfiles-nix-b923532fac7ccfbce3f38f71352f5aae209d2342.tar.gz
dotfiles-nix-b923532fac7ccfbce3f38f71352f5aae209d2342.tar.bz2
dotfiles-nix-b923532fac7ccfbce3f38f71352f5aae209d2342.zip
refactor home packages, more labels
Diffstat (limited to 'nix/home')
-rw-r--r--nix/home/default.nix40
1 files changed, 23 insertions, 17 deletions
diff --git a/nix/home/default.nix b/nix/home/default.nix
index 39acd5a..86cbfe6 100644
--- a/nix/home/default.nix
+++ b/nix/home/default.nix
@@ -11,6 +11,8 @@
nixpkgs.config.allowUnfree = true;
home.packages = with pkgs; [
+ # nix
+ home-manager
# c / c++
gcc
nasm
@@ -21,19 +23,33 @@
rust-analyzer
cargo
clippy
- # programs
- adwaita-icon-theme
+ # android
+ scrcpy
android-tools
- blueman
+ # gtk
+ adwaita-icon-theme
+ orchis-theme
+ # wayland
cage
- easyeffects
+ wl-clipboard
+ wl-clip-persist
+ wl-mirror
+ # gaming
+ gamescope
+ steam
+ wine
+ # social
discord
element-desktop
- fd
- gamescope
gajim
+ # vrchat
+ unityhub
+ vrc-get
+ # programs
+ blueman
+ easyeffects
+ fd
gimp
- home-manager
imagemagick
imv
libnotify
@@ -41,20 +57,10 @@
pavucontrol
pfetch-rs
rsync
- scrcpy
starship
- steam
thunderbird
- unityhub
- vrc-get
- wine
- wl-clipboard
- wl-clip-persist
- wl-mirror
yt-dlp
zathura
- # gtk
- orchis-theme
];
xdg.dataFile = {