Compare commits
No commits in common. "5c5325bd6c02fb402e0cde0e112f4aa6ecc70477" and "2e42d1ebfd5d0c3ae8a3ed094a41751b1524f907" have entirely different histories.
5c5325bd6c
...
2e42d1ebfd
@ -1,4 +1,5 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
@ -133,7 +134,7 @@ in
|
||||
../../secrets/ssh/root-private-ca.pem
|
||||
];
|
||||
services = {
|
||||
flatpak.enable = true;
|
||||
flatpak.enable = lib.mkDefault false;
|
||||
open-webui.enable = true;
|
||||
scx = {
|
||||
enable = true;
|
||||
|
||||
@ -12,6 +12,7 @@ in
|
||||
servers.drpp.enable = true;
|
||||
apps = enableList mkEnabled [
|
||||
"art"
|
||||
"piano"
|
||||
"dictionaries"
|
||||
"fonts"
|
||||
"gaming"
|
||||
@ -24,6 +25,7 @@ in
|
||||
dev = enableList mkEnabled [
|
||||
"nix"
|
||||
"python"
|
||||
"gameDev"
|
||||
"sh"
|
||||
];
|
||||
shell = enableList mkEnabled [
|
||||
|
||||
@ -24,6 +24,7 @@ let
|
||||
mypaint-brushes # but it's got some
|
||||
mypaint-brushes1 # nice damn brushes
|
||||
blender # cgi animation and sculpting
|
||||
drawpile # arty party with friends!!
|
||||
pureref # create inspiration/reference boards
|
||||
;
|
||||
};
|
||||
|
||||
@ -40,6 +40,7 @@ in
|
||||
inherit (pkgs)
|
||||
# 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
|
||||
fragments # beautiful torrent client
|
||||
tor-browser-bundle-bin # dark web, so dark!
|
||||
|
||||
@ -7,24 +7,6 @@
|
||||
];
|
||||
policies.DisabledFirefoxAccounts = false;
|
||||
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;
|
||||
name = "jawz";
|
||||
path = "jawz";
|
||||
@ -92,9 +74,6 @@
|
||||
"browser.safebrowsing.downloads.remote.block_uncommon" = false;
|
||||
# Enable anti-cookie tracking + purge trackers
|
||||
"privacy.annotate_channels.strict_list.enabled" = true;
|
||||
# Enable Multi-Account Containers
|
||||
"privacy.userContext.enabled" = true;
|
||||
"privacy.userContext.ui.enabled" = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
@ -9,6 +9,7 @@
|
||||
config = lib.mkIf config.my.apps.misc.enable {
|
||||
users.users.jawz.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
collector # stores things and throws them anywhere
|
||||
blanket # background noise
|
||||
metadata-cleaner # remove any metadata and geolocation from files
|
||||
pika-backup # backups
|
||||
|
||||
@ -10,9 +10,11 @@
|
||||
users.users.jawz.packages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
recordbox # libadwaita music player
|
||||
pitivi # video editor
|
||||
celluloid # video player
|
||||
curtail # image compressor
|
||||
easyeffects # equalizer
|
||||
handbrake # video converter, may be unnecessary
|
||||
identity # compare images or videos
|
||||
mousai # poor man shazam
|
||||
shortwave # listen to world radio
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user