Merge branch 'main' of github.com:bloxx12/nichts
This commit is contained in:
commit
4d9f26bbf0
5 changed files with 7 additions and 4 deletions
|
@ -24,5 +24,10 @@ in {
|
|||
# st = prev.st.overrideAttrs (old: {src = ./st-0.9.2;});
|
||||
})
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
(st.overrideAttrs (oldAttrs: rec { src = ./st-0.9.2; }))
|
||||
(dmenu.overrideAttrs (oldAttrs: rec { src = ./dmenu-5.3; }))
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue