add x11 code and fx
This commit is contained in:
parent
f66541a552
commit
fe0d351f92
2 changed files with 3 additions and 2 deletions
|
|
@ -24,6 +24,7 @@ in
|
||||||
dbeaver
|
dbeaver
|
||||||
ansible
|
ansible
|
||||||
tig
|
tig
|
||||||
|
fx
|
||||||
]);
|
]);
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -42,8 +42,8 @@ with lib;
|
||||||
app-id = "cifhbcnohmdccbgoicgdjpfamggdegmo";
|
app-id = "cifhbcnohmdccbgoicgdjpfamggdegmo";
|
||||||
desktopName = "Microsoft Teams";
|
desktopName = "Microsoft Teams";
|
||||||
})
|
})
|
||||||
(pkgs.writeShellScriptBin "my-editor" ''
|
(pkgs.writeShellScriptBin "codex11" ''
|
||||||
${pkgs.vscode}/bin/code --ozone-platform-hint=auto --enable-features=WaylandWindowDecorations $@
|
NIXOS_OZONE_WL= ${pkgs.vscode}/bin/code $@
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue