dwm config
This commit is contained in:
parent
de3129945d
commit
056a201ce8
15 changed files with 48 additions and 9 deletions
9
hosts/vali/mars/dwm/dmenu-5.3/shell.nix
Normal file
9
hosts/vali/mars/dwm/dmenu-5.3/shell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
gnumake
|
||||
xorg.libX11.dev
|
||||
xorg.libXft
|
||||
xorg.libXinerama
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue