eeeh some changes

This commit is contained in:
joy 2024-10-11 00:39:34 +02:00
parent cf9bf05fbc
commit 0656bd7a17
6 changed files with 21 additions and 28 deletions

View file

@ -96,11 +96,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1728533014, "lastModified": 1728596790,
"narHash": "sha256-fDu4kCTw82r79DpDRjoX9sh2INwZ5l9Alv1kYXVtyHY=", "narHash": "sha256-RTWhRczv04uFJzGf6thqvJ90sL3dTX9hoteu0VGMcB4=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "a19c9b6e6fd1d4d82263963345cd8e672dc67aff", "rev": "610a9c92c573bf57959ffd371cb4921dd681b272",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@ -202,11 +202,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1728577730, "lastModified": 1728597384,
"narHash": "sha256-HsOIR+Zz/q/MGFk88Wd5VZHuTKc9YKXWFTZ+FieRry8=", "narHash": "sha256-vMAPqOkEgXlTSFXtb9wCNQrsNp9QZu/nZ8D9UtHgSYc=",
"owner": "joygnu", "owner": "joygnu",
"repo": "home-manager", "repo": "home-manager",
"rev": "2cc02962babff4d1e19ad7954e8b4ac7ed579217", "rev": "18f8d4d0d39f36efb4fbc036cff168ef28b5f8f2",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -1,6 +1,5 @@
{ {
programs.cmus = { programs.cmus = {
enable = true; enable = true;
theme = "gruvbox";
}; };
} }

View file

@ -13,7 +13,6 @@
scripts = with pkgs.mpvScripts; [ scripts = with pkgs.mpvScripts; [
mpris mpris
sponsorblock sponsorblock
# sponsorblock
]; ];
}; };
} }

View file

@ -11,7 +11,7 @@
ls = "${pkgs.eza}/bin/eza --icons -a --group-directories-first"; ls = "${pkgs.eza}/bin/eza --icons -a --group-directories-first";
v = "hx"; v = "hx";
cat = "bat"; cat = "bat";
lg = "lazygit"; lg = "${pkgs.lazygit}/bin/lazygit";
ser = "ssh root@joygnu.org"; ser = "ssh root@joygnu.org";
ip = "sh ~/nix/modules/programs/home/zsh/scripts/ip.sh"; ip = "sh ~/nix/modules/programs/home/zsh/scripts/ip.sh";
rb = "sh ~/nix/modules/programs/home/zsh/scripts/rebuild.sh"; rb = "sh ~/nix/modules/programs/home/zsh/scripts/rebuild.sh";

View file

@ -1,11 +1,21 @@
{pkgs, ...}: { {pkgs, ...}: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
# cli # cli
cmus git
htop htop
ncdu ncdu
git libnotify
zoxide brightnessctl
ffmpeg
lm_sensors
sent
texliveFull
alejandra
tree
zip
unzip
yt-dlp
wget
fastfetch fastfetch
cmatrix cmatrix
cava cava
@ -14,20 +24,6 @@
sl sl
cbonsai cbonsai
pipes pipes
libnotify
brightnessctl
lazygit
ffmpeg
lm_sensors
sent
texliveFull
alejandra
tmux
tree
zip
unzip
yt-dlp
wget
#gui #gui
imv imv
keepassxc keepassxc
@ -37,7 +33,6 @@
boxbuddy boxbuddy
transmission_4-gtk transmission_4-gtk
kdePackages.kdenlive kdePackages.kdenlive
networkmanagerapplet
ferdium ferdium
drawio drawio
obs-studio obs-studio

View file

@ -83,6 +83,7 @@
"$mod, O, exec, sh $sciPath/mpv.sh" "$mod, O, exec, sh $sciPath/mpv.sh"
"$mod+Shift, TAB,hyprexpo:expo, toggleoverview" "$mod+Shift, TAB,hyprexpo:expo, toggleoverview"
"$mod, B, exec, rofimoji" "$mod, B, exec, rofimoji"
"$mod, F, exec, alacritty -e hx"
# controls # controls
"$mod, Q, killactive" "$mod, Q, killactive"
"$mod, W, togglefloating" "$mod, W, togglefloating"
@ -94,7 +95,6 @@
"$mod, up, exec, sh $sciPath/volume.sh -i" "$mod, up, exec, sh $sciPath/volume.sh -i"
"$mod, down, exec, sh $sciPath/volume.sh -d" "$mod, down, exec, sh $sciPath/volume.sh -d"
"$mod, P, exec, hyprctl dispatch togglefloating active; hyprctl dispatch pin active" "$mod, P, exec, hyprctl dispatch togglefloating active; hyprctl dispatch pin active"
# cmus # cmus
"$mod, D, exec, sh $sciPath/cmus.sh" "$mod, D, exec, sh $sciPath/cmus.sh"
"$mod, space, exec, playerctl play-pause" "$mod, space, exec, playerctl play-pause"