Skip to content

Commit

Permalink
chore(home): update pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
raexera committed Dec 1, 2024
1 parent 25f69f6 commit 3583519
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 44 deletions.
34 changes: 31 additions & 3 deletions home/raexera/packages/default.nix
Original file line number Diff line number Diff line change
@@ -1,55 +1,80 @@
{pkgs, ...}: {
{
pkgs,
self,
...
}: {
imports = [
./dev
];

home.packages = with pkgs; [
self.packages.${pkgs.system}.lightctl
self.packages.${pkgs.system}.networkctl
self.packages.${pkgs.system}.volumectl

act
amberol
bc
beekeeper-studio
brave
celluloid
cloudflared
dbmate
discord
du-dust
duf
fd
ffmpeg-full
ffmpegthumbnailer
file
foliate
gcc
genact
ghostscript
gnumake
gobang
grim
grimblast
grex
hoppscotch
imagemagick
imv
jaq
jq
just
killall
lazydocker
lefthook
libnotify
lldb
loupe
nodejs
obsidian
openssl
ouch
p7zip
pocketbase
pm2
podman-compose
pnpm
pocketbase
podman-compose
postman
pre-commit
prettierd
procs
psmisc
psutils
pwvucontrol
redis
ripgrep
rsync
scc
sd
slack
slurp
speedtest-cli
swappy
syncthing
tdesktop
trash-cli
tree
typst
Expand All @@ -58,8 +83,11 @@
upscayl
watchexec
wget
wf-recorder
wl-clipboard
wrk
xh
youtube-music
yq
yt-dlp
zip
Expand Down
20 changes: 1 addition & 19 deletions home/raexera/window-managers/hyprland/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
pkgs,
self,
...
}: {
{pkgs, ...}: {
imports = [
./config/binds.nix
./config/rules.nix
Expand All @@ -27,18 +23,4 @@
variables = ["--all"];
};
};

home.packages = with pkgs; [
grim
grimblast
libnotify
slurp
swappy
wf-recorder
wl-clipboard

self.packages.${pkgs.system}.lightctl
self.packages.${pkgs.system}.networkctl
self.packages.${pkgs.system}.volumectl
];
}
1 change: 1 addition & 0 deletions hosts/modules/config/fonts/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
geist-font
nerd-fonts.geist-mono
noto-fonts
noto-fonts-cjk-serif
noto-fonts-cjk-sans
vistafonts
];
Expand Down
22 changes: 0 additions & 22 deletions hosts/yuki/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,6 @@

boot.kernelPackages = pkgs.linuxPackages_xanmod_latest;

environment.systemPackages = with pkgs; [
# Communication
discord
tdesktop
slack

# Media & Music
youtube-music
amberol
celluloid
imv
loupe
pwvucontrol

# Productivity
foliate
obsidian

# Web Browser
brave
];

hardware = {
graphics = {
enable = true;
Expand Down

0 comments on commit 3583519

Please sign in to comment.