mirror of
https://github.com/zoriya/flake.git
synced 2026-06-06 03:55:37 +00:00
Use mode 2031 instead of vim-lumen
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
flood,
|
||||
river-src,
|
||||
tmux,
|
||||
...
|
||||
}: self: super: let
|
||||
wrapProgram = drv: bins: wrapProgramFlags:
|
||||
@@ -35,6 +36,10 @@ in {
|
||||
src = river-src;
|
||||
};
|
||||
|
||||
tmux = super.tmux.overrideAttrs {
|
||||
src = tmux;
|
||||
};
|
||||
|
||||
# Gnome-control-center can only be launched if XDG_CURRENT_DESKTOP is GNOME.
|
||||
gnome-control-center = wrapProgram super.gnome-control-center ["gnome-control-center"] "--set XDG_CURRENT_DESKTOP GNOME";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user