disabling some unused apps
This commit is contained in:
parent
472e1d28aa
commit
559c40f508
@ -88,6 +88,7 @@ in
|
||||
ffmpegthumbnailer
|
||||
bign-handheld-thumbnailer
|
||||
gnome-epub-thumbnailer
|
||||
podman-compose
|
||||
;
|
||||
inherit (pkgs.libheif) out;
|
||||
};
|
||||
@ -124,7 +125,7 @@ in
|
||||
];
|
||||
services = {
|
||||
flatpak.enable = true;
|
||||
open-webui.enable = true;
|
||||
# open-webui.enable = true;
|
||||
scx = {
|
||||
enable = true;
|
||||
scheduler = "scx_lavd";
|
||||
@ -137,10 +138,10 @@ in
|
||||
enable = true;
|
||||
path = [ pkgs.gnome-keyring ];
|
||||
};
|
||||
ollama = {
|
||||
enable = true;
|
||||
acceleration = "cuda";
|
||||
};
|
||||
# ollama = {
|
||||
# enable = true;
|
||||
# acceleration = "cuda";
|
||||
# };
|
||||
resilio = {
|
||||
enable = true;
|
||||
useUpnp = true;
|
||||
|
||||
@ -36,10 +36,10 @@ in
|
||||
home-manager.users.jawz.programs.librewolf = import ./librewolf.nix;
|
||||
programs.geary.enable = true;
|
||||
users.users.jawz.packages = builtins.attrValues {
|
||||
inherit (inputs.zen-browser.packages.x86_64-linux) twilight;
|
||||
# inherit (inputs.zen-browser.packages.x86_64-linux) twilight;
|
||||
inherit krisp-patcher;
|
||||
inherit (pkgs)
|
||||
thunderbird # email client
|
||||
# thunderbird # email client
|
||||
warp # transfer files with based ppl
|
||||
brave # crypto-browser that at least somewhat integrates with gtk
|
||||
nextcloud-client # self-hosted google-drive alternative
|
||||
@ -48,7 +48,6 @@ in
|
||||
telegram-desktop # furry chat
|
||||
nicotine-plus # remember Ares?
|
||||
discord # :3
|
||||
vesktop # >:3
|
||||
vdhcoapp # video download helper assistant
|
||||
nextcloud-talk-desktop # nextcloud talk client
|
||||
fractal # matrix client
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user