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

View file

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

View file

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

View file

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

View file

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

View file

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