Compare commits

..

No commits in common. "5c5325bd6c02fb402e0cde0e112f4aa6ecc70477" and "2e42d1ebfd5d0c3ae8a3ed094a41751b1524f907" have entirely different histories.

7 changed files with 9 additions and 22 deletions

View File

@ -1,4 +1,5 @@
{ {
lib,
pkgs, pkgs,
config, config,
... ...
@ -133,7 +134,7 @@ in
../../secrets/ssh/root-private-ca.pem ../../secrets/ssh/root-private-ca.pem
]; ];
services = { services = {
flatpak.enable = true; flatpak.enable = lib.mkDefault false;
open-webui.enable = true; open-webui.enable = true;
scx = { scx = {
enable = true; enable = true;

View File

@ -12,6 +12,7 @@ in
servers.drpp.enable = true; servers.drpp.enable = true;
apps = enableList mkEnabled [ apps = enableList mkEnabled [
"art" "art"
"piano"
"dictionaries" "dictionaries"
"fonts" "fonts"
"gaming" "gaming"
@ -24,6 +25,7 @@ in
dev = enableList mkEnabled [ dev = enableList mkEnabled [
"nix" "nix"
"python" "python"
"gameDev"
"sh" "sh"
]; ];
shell = enableList mkEnabled [ shell = enableList mkEnabled [

View File

@ -24,6 +24,7 @@ let
mypaint-brushes # but it's got some mypaint-brushes # but it's got some
mypaint-brushes1 # nice damn brushes mypaint-brushes1 # nice damn brushes
blender # cgi animation and sculpting blender # cgi animation and sculpting
drawpile # arty party with friends!!
pureref # create inspiration/reference boards pureref # create inspiration/reference boards
; ;
}; };

View File

@ -40,6 +40,7 @@ in
inherit (pkgs) inherit (pkgs)
# thunderbird # email client # thunderbird # email client
warp # transfer files with based ppl warp # transfer files with based ppl
brave # crypto-browser that at least somewhat integrates with gtk
nextcloud-client # self-hosted google-drive alternative nextcloud-client # self-hosted google-drive alternative
fragments # beautiful torrent client fragments # beautiful torrent client
tor-browser-bundle-bin # dark web, so dark! tor-browser-bundle-bin # dark web, so dark!

View File

@ -7,24 +7,6 @@
]; ];
policies.DisabledFirefoxAccounts = false; policies.DisabledFirefoxAccounts = false;
profiles.jawz = { profiles.jawz = {
containersForce = true;
containers = {
Private = {
id = 1;
icon = "chill";
color = "purple";
};
Work = {
id = 2;
icon = "briefcase";
color = "orange";
};
Banking = {
id = 3;
icon = "dollar";
color = "green";
};
};
id = 0; id = 0;
name = "jawz"; name = "jawz";
path = "jawz"; path = "jawz";
@ -92,9 +74,6 @@
"browser.safebrowsing.downloads.remote.block_uncommon" = false; "browser.safebrowsing.downloads.remote.block_uncommon" = false;
# Enable anti-cookie tracking + purge trackers # Enable anti-cookie tracking + purge trackers
"privacy.annotate_channels.strict_list.enabled" = true; "privacy.annotate_channels.strict_list.enabled" = true;
# Enable Multi-Account Containers
"privacy.userContext.enabled" = true;
"privacy.userContext.ui.enabled" = true;
}; };
}; };
} }

View File

@ -9,6 +9,7 @@
config = lib.mkIf config.my.apps.misc.enable { config = lib.mkIf config.my.apps.misc.enable {
users.users.jawz.packages = builtins.attrValues { users.users.jawz.packages = builtins.attrValues {
inherit (pkgs) inherit (pkgs)
collector # stores things and throws them anywhere
blanket # background noise blanket # background noise
metadata-cleaner # remove any metadata and geolocation from files metadata-cleaner # remove any metadata and geolocation from files
pika-backup # backups pika-backup # backups

View File

@ -10,9 +10,11 @@
users.users.jawz.packages = builtins.attrValues { users.users.jawz.packages = builtins.attrValues {
inherit (pkgs) inherit (pkgs)
recordbox # libadwaita music player recordbox # libadwaita music player
pitivi # video editor
celluloid # video player celluloid # video player
curtail # image compressor curtail # image compressor
easyeffects # equalizer easyeffects # equalizer
handbrake # video converter, may be unnecessary
identity # compare images or videos identity # compare images or videos
mousai # poor man shazam mousai # poor man shazam
shortwave # listen to world radio shortwave # listen to world radio