changes
This commit is contained in:
parent
0d11025ab6
commit
951f5e5c0e
3 changed files with 52 additions and 32 deletions
48
home/all.nix
48
home/all.nix
|
|
@ -2,10 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
vesktop
|
# cli utilities
|
||||||
gh
|
|
||||||
adwsteamgtk
|
|
||||||
prismlauncher
|
|
||||||
tmux
|
tmux
|
||||||
fastfetch
|
fastfetch
|
||||||
btop
|
btop
|
||||||
|
|
@ -15,32 +12,41 @@
|
||||||
ncdu
|
ncdu
|
||||||
fzf
|
fzf
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
openmw
|
|
||||||
nixfmt-rfc-style
|
|
||||||
(chromium.override {
|
|
||||||
enableWideVine = true;
|
|
||||||
})
|
|
||||||
strawberry
|
|
||||||
spotify-player
|
|
||||||
input-leap
|
|
||||||
libreoffice-qt-fresh
|
|
||||||
spotdl
|
|
||||||
rclone
|
rclone
|
||||||
helium-browser
|
waypipe
|
||||||
|
|
||||||
|
# development & tooling
|
||||||
|
gh
|
||||||
deno
|
deno
|
||||||
prettier
|
prettier
|
||||||
prettierd
|
prettierd
|
||||||
|
nixfmt-rfc-style
|
||||||
|
jdk21_headless
|
||||||
|
|
||||||
|
# kde and kde theming
|
||||||
|
kde-rounded-corners
|
||||||
|
kdePackages.partitionmanager
|
||||||
|
colloid-icon-theme
|
||||||
|
|
||||||
|
# gui applications
|
||||||
|
vesktop
|
||||||
|
prismlauncher
|
||||||
|
strawberry
|
||||||
|
input-leap
|
||||||
|
libreoffice-qt-fresh
|
||||||
|
spotify-player
|
||||||
|
spotdl
|
||||||
|
openmw
|
||||||
musescore
|
musescore
|
||||||
mpv
|
mpv
|
||||||
gimp
|
gimp
|
||||||
calibre
|
calibre
|
||||||
|
helium-browser
|
||||||
|
|
||||||
jdk21_headless
|
# browsers
|
||||||
|
# (chromium.override {
|
||||||
kde-rounded-corners
|
# enableWideVine = true;
|
||||||
kdePackages.partitionmanager
|
# })
|
||||||
|
|
||||||
colloid-icon-theme
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
# "force_installed" and "normal_installed".
|
# "force_installed" and "normal_installed".
|
||||||
ExtensionSettings = {
|
ExtensionSettings = {
|
||||||
"*" = {
|
"*" = {
|
||||||
"installation_mode" = "blocked";
|
"installation_mode" = "allowed";
|
||||||
};
|
};
|
||||||
"uBlock0@raymondhill.net" = {
|
"uBlock0@raymondhill.net" = {
|
||||||
installation_mode = "allowed";
|
installation_mode = "allowed";
|
||||||
|
|
@ -167,6 +167,27 @@
|
||||||
"fxa-toolbar-menu-button"
|
"fxa-toolbar-menu-button"
|
||||||
"unified-extensions-button"
|
"unified-extensions-button"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Undo a bunch of stuff that LibreWolf does
|
||||||
|
# "browser.safebrowsing.malware.enabled" = true;
|
||||||
|
# "browser.safebrowsing.phishing.enabled" = true;
|
||||||
|
# "browser.safebrowsing.blockedURIs.enabled" = true;
|
||||||
|
# "browser.safebrowsing.provider.google4.gethashURL" =
|
||||||
|
# "https://safebrowsing.googleapis.com/v4/fullHashes:find?$ct=application/x-protobuf&key=%GOOGLE_SAFEBROWSING_API_KEY%&$httpMethod=POST";
|
||||||
|
# "browser.safebrowsing.provider.google4.updateURL" =
|
||||||
|
# "https://safebrowsing.googleapis.com/v4/threatListUpdates:fetch?$ct=application/x-protobuf&key=%GOOGLE_SAFEBROWSING_API_KEY%&$httpMethod=POST";
|
||||||
|
# "browser.safebrowsing.provider.google.gethashURL" =
|
||||||
|
# "https://safebrowsing.google.com/safebrowsing/gethash?client=SAFEBROWSING_ID&appver=%MAJOR_VERSION%&pver=2.2";
|
||||||
|
# "browser.safebrowsing.provider.google.updateURL" =
|
||||||
|
# "https://safebrowsing.google.com/safebrowsing/downloads?client=SAFEBROWSING_ID&appver=%MAJOR_VERSION%&pver=2.2&key=%GOOGLE_SAFEBROWSING_API_KEY%";
|
||||||
|
# "browser.safebrowsing.downloads.enabled" = true;
|
||||||
|
# "privacy.resistFingerprinting.letterboxing" = false;
|
||||||
|
# "webgl.disabled" = false;
|
||||||
|
# "identity.fxaccounts.enabled" = true;
|
||||||
|
# "privacy.clearOnShutdown.history" = false;
|
||||||
|
# "privacy.clearOnShutdown.downloads" = false;
|
||||||
|
# "privacy.fingerprintingProtection" = false;
|
||||||
|
# "network.cookie.lifetimePolicy" = 0;
|
||||||
};
|
};
|
||||||
bookmarks = {
|
bookmarks = {
|
||||||
force = true;
|
force = true;
|
||||||
|
|
@ -181,16 +202,6 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "ovips.us.to";
|
|
||||||
toolbar = true;
|
|
||||||
bookmarks = [
|
|
||||||
{
|
|
||||||
name = "ovips.us.to";
|
|
||||||
url = "https://ovips.us.to/";
|
|
||||||
}
|
|
||||||
];
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
search = {
|
search = {
|
||||||
|
|
|
||||||
|
|
@ -25,6 +25,9 @@
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# steam gtk theming
|
||||||
|
adwsteamgtk
|
||||||
|
|
||||||
daggerfall-unity
|
daggerfall-unity
|
||||||
shipwright
|
shipwright
|
||||||
_2ship2harkinian
|
_2ship2harkinian
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue