From 254901579ef80ee2cb8d3eca5264b7358cfe4b50 Mon Sep 17 00:00:00 2001 From: FredzyW Date: Sat, 15 Jun 2024 21:39:09 +0200 Subject: [PATCH] Added radio, lazydocker and lock screen --- config/home.nix | 4 ++++ moduler/common/dwm.nix | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/home.nix b/config/home.nix index 9cd91dd..f2eeaff 100644 --- a/config/home.nix +++ b/config/home.nix @@ -78,6 +78,9 @@ openssl #Terminal + betterlockscreen + pyradio + haskellPackages.patat gh git tmux @@ -101,6 +104,7 @@ adrs opentofu kubernetes + lazydocker #Desktop aerc diff --git a/moduler/common/dwm.nix b/moduler/common/dwm.nix index 6faf855..d434939 100644 --- a/moduler/common/dwm.nix +++ b/moduler/common/dwm.nix @@ -3,7 +3,7 @@ let dwm = pkgs.dwm.overrideAttrs (old: { src = builtins.fetchGit { url = "https://github.com/FredzyW/dwm-conf.git"; - rev = "da528a825bda5e6c4fcdf4edca7b531cedab72c9"; + rev = "4f5ec82ead4cdcdeaeade322172837ed8a37ddff"; }; nativeBuildInputs = with pkgs; [ xorg.libX11.dev