mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 18:52:43 +00:00
refractor
This commit is contained in:
parent
8f5d47590f
commit
ab6da08e74
10 changed files with 138 additions and 77 deletions
|
|
@ -42,6 +42,20 @@
|
|||
''
|
||||
)
|
||||
);
|
||||
# run wmname LG3D
|
||||
mkLegacyJavaGUIApp = builtins.map (
|
||||
p:
|
||||
lib.hiPrio (
|
||||
pkgs.runCommand "${p.name}-wrapped" {nativeBuildInputs = with pkgs; [makeWrapper wmname];} ''
|
||||
mkdir -p $out/bin
|
||||
ln -s ${p}/share $out/share
|
||||
makeWrapper \
|
||||
${p}/bin/${p.meta.mainProgram or p.pname} \
|
||||
$out/bin/${p.meta.mainProgram or p.pname} \
|
||||
--run 'wmname LG3D'
|
||||
''
|
||||
)
|
||||
);
|
||||
in {
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
|
|
@ -103,7 +117,6 @@ in {
|
|||
bruno-cli
|
||||
kicad
|
||||
blender
|
||||
logisim-evolution
|
||||
onlyoffice-desktopeditors
|
||||
wayland-bongocat
|
||||
kdePackages.qttools
|
||||
|
|
@ -111,6 +124,7 @@ in {
|
|||
nur.repos.forkprince.helium-nightly
|
||||
prismlauncher
|
||||
obsidian
|
||||
file-roller
|
||||
]
|
||||
++ (mkFcitxIM [
|
||||
pkgs.neovim-qt
|
||||
|
|
@ -118,6 +132,9 @@ in {
|
|||
++ (mkElectronWayland [
|
||||
# pkgs.ticktick
|
||||
pkgs.cider-2
|
||||
])
|
||||
++ (mkLegacyJavaGUIApp [
|
||||
pkgs.logisim-evolution
|
||||
]);
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue