Change back to kitty and added some programs

This commit is contained in:
fwastring 2025-07-01 16:09:29 +02:00
parent 2fa80501e2
commit a6118f81fb
4 changed files with 20 additions and 6 deletions

View file

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