config
This commit is contained in:
parent
fbe1ef5521
commit
0a28efa292
2 changed files with 16 additions and 16 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
function doomup --description 'doom update and gc'
|
||||
doom sync $argv && doom gc
|
||||
doom sync $argv && doom gc && systemctl --user restart emacs.service
|
||||
end
|
||||
|
|
|
@ -215,20 +215,20 @@
|
|||
wineWowPackages.fonts
|
||||
winetricks
|
||||
|
||||
# yabridge
|
||||
# yabridgectl
|
||||
(pkgs-unstable.yabridge.override { wine = (wineWowPackages.stagingFull.override {
|
||||
waylandSupport = true;
|
||||
fontconfigSupport = true;
|
||||
vulkanSupport = true;
|
||||
});
|
||||
})
|
||||
(pkgs-unstable.yabridgectl.override { wine = (wineWowPackages.stagingFull.override {
|
||||
fontconfigSupport = true;
|
||||
vulkanSupport = true;
|
||||
waylandSupport = true;
|
||||
});
|
||||
})
|
||||
(pkgs-unstable.yabridge.override {
|
||||
wine = (wineWowPackages.stagingFull.override {
|
||||
waylandSupport = true;
|
||||
fontconfigSupport = true;
|
||||
vulkanSupport = true;
|
||||
});
|
||||
})
|
||||
(pkgs-unstable.yabridgectl.override {
|
||||
wine = (wineWowPackages.stagingFull.override {
|
||||
fontconfigSupport = true;
|
||||
vulkanSupport = true;
|
||||
waylandSupport = true;
|
||||
});
|
||||
})
|
||||
|
||||
spice
|
||||
spice-gtk
|
||||
|
@ -240,7 +240,6 @@
|
|||
|
||||
opensnitch
|
||||
opensnitch-ui
|
||||
nb
|
||||
thunderbird-latest
|
||||
emojify
|
||||
smile
|
||||
|
@ -255,6 +254,7 @@
|
|||
discord
|
||||
slack
|
||||
signal-desktop
|
||||
calcurse
|
||||
onlyoffice-desktopeditors
|
||||
libreoffice
|
||||
hyphenDicts.en_US
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue