home/gui/default | formating
This commit is contained in:
parent
7456686f6b
commit
a29dd6b6cb
1 changed files with 47 additions and 47 deletions
|
|
@ -23,8 +23,7 @@ in {
|
||||||
qutebrowser = prev.qutebrowser.override { enableWideVine = true; };
|
qutebrowser = prev.qutebrowser.override { enableWideVine = true; };
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs; [
|
||||||
[
|
|
||||||
# cura
|
# cura
|
||||||
# poweralertd
|
# poweralertd
|
||||||
# prusa-slicer
|
# prusa-slicer
|
||||||
|
|
@ -35,7 +34,7 @@ in {
|
||||||
calibre
|
calibre
|
||||||
clipman
|
clipman
|
||||||
darktable
|
darktable
|
||||||
element-desktop
|
# element-desktop
|
||||||
firefox
|
firefox
|
||||||
gnumeric
|
gnumeric
|
||||||
headset-charge-indicator
|
headset-charge-indicator
|
||||||
|
|
@ -60,16 +59,17 @@ in {
|
||||||
# quickgui
|
# quickgui
|
||||||
qutebrowser
|
qutebrowser
|
||||||
shikane
|
shikane
|
||||||
signal-desktop
|
# signal-desktop
|
||||||
simple-scan
|
simple-scan
|
||||||
syncthingtray
|
syncthingtray
|
||||||
systemd-lock-handler
|
systemd-lock-handler
|
||||||
telegram-desktop
|
# telegram-desktop
|
||||||
texlive.combined.scheme-medium
|
texlive.combined.scheme-medium
|
||||||
# watchmate
|
# watchmate
|
||||||
widevine-cdm
|
widevine-cdm
|
||||||
yt-dlp
|
yt-dlp
|
||||||
] ++ lib.optional (pkgs.hostPlatform.system == "x86_64-linux") feishin;
|
];
|
||||||
|
# ] ++ lib.optional (pkgs.hostPlatform.system == "x86_64-linux") feishin;
|
||||||
# ] ++ lib.optional (pkgs.hostPlatform.system == "x86_64-linux") sonixd;
|
# ] ++ lib.optional (pkgs.hostPlatform.system == "x86_64-linux") sonixd;
|
||||||
xdg = {
|
xdg = {
|
||||||
mimeApps = {
|
mimeApps = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue