Added radio, lazydocker and lock screen

This commit is contained in:
FredzyW 2024-06-15 21:39:09 +02:00
parent efb08c1e13
commit 254901579e
2 changed files with 5 additions and 1 deletions

View file

@ -78,6 +78,9 @@
openssl openssl
#Terminal #Terminal
betterlockscreen
pyradio
haskellPackages.patat
gh gh
git git
tmux tmux
@ -101,6 +104,7 @@
adrs adrs
opentofu opentofu
kubernetes kubernetes
lazydocker
#Desktop #Desktop
aerc aerc

View file

@ -3,7 +3,7 @@ let
dwm = pkgs.dwm.overrideAttrs (old: { dwm = pkgs.dwm.overrideAttrs (old: {
src = builtins.fetchGit { src = builtins.fetchGit {
url = "https://github.com/FredzyW/dwm-conf.git"; url = "https://github.com/FredzyW/dwm-conf.git";
rev = "da528a825bda5e6c4fcdf4edca7b531cedab72c9"; rev = "4f5ec82ead4cdcdeaeade322172837ed8a37ddff";
}; };
nativeBuildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
xorg.libX11.dev xorg.libX11.dev