added xdg-desktop-portal

This commit is contained in:
vali 2024-04-20 15:36:03 +02:00
commit 30c20454ee
6 changed files with 9 additions and 3 deletions

View file

@ -21,10 +21,11 @@ in {
nixpkgs.overlays = [
(final: prev: {
dwm = prev.dwm.overrideAttrs (old: {src = ./dwm-6.5;});
st = prev.st.overrideAttrs (old: {src = ./st-0.9.2;});
})
];
environment.systemPackages = with pkgs; [
(st.overrideAttrs (oldAttrs: rec { src = ./st-0.9.2; }))
# (st.overrideAttrs (oldAttrs: rec { src = ./st-0.9.2; }))
(dmenu.overrideAttrs (oldAttrs: rec { src = ./dmenu-5.3; }))
];

View file

@ -93,6 +93,7 @@ char *termname = "st-256color";
*/
unsigned int tabspaces = 8;
float alpha = 0.8;
/* Terminal colors (16 first used in escape sequence) */
static const char *colorname[] = {
/* 8 normal colors */

Binary file not shown.

Binary file not shown.