added st
This commit is contained in:
parent
e2e11be24a
commit
e5fdc3585e
41 changed files with 8815 additions and 4 deletions
5
hosts/vali/mars/dwm/st.nix
Normal file
5
hosts/vali/mars/dwm/st.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ pkgs, lib, config, callPackage, ... }:
|
||||
environment.systemPackages = with pkgs; [
|
||||
(st.overrideAttrs (oldAttrs: rec { src = ./st-0.9.2; }))
|
||||
];
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue