feat(hardware): add android to udev
fix(home/desktop): use new gtk-theme Colloid
fix(home/default): update golang to latest
This commit is contained in:
genofire 2023-08-01 23:54:21 +02:00
parent ff4a62fb51
commit 48927ca38a
5 changed files with 30 additions and 8 deletions

View File

@ -49,7 +49,8 @@
# pure-prompt
# vimPlugins.nvim-lspconfig
# vimPlugins.nerdtree
go_1_18 gcc libcap
#go_1_18
go gcc libcap
gopls
# cargo
rustup

View File

@ -64,10 +64,16 @@
# package = pkgs.yaru-theme;
# name = "Yaru-dark";
package = pkgs.flat-remix-gtk;
name = "Flat-Remix-GTK-Blue-Darkest";
# package = pkgs.flat-remix-gtk;
# name = "Flat-Remix-GTK-Blue-Darkest";
# name = "Flat-Remix-GTK-Blue-Darkest-NoBorder";
# name = "Flat-Remix-GTK-Blue-Darker";
package = pkgs.colloid-gtk-theme.override {
sizeVariants = [ "compact" ];
tweaks = [ "black" "rimless" ];
themeVariants = [ "all" ];
};
name = "Colloid-Compact";
};
iconTheme = {
package = pkgs.yaru-theme;

View File

@ -13,6 +13,7 @@
bookmarks = {
"github".url = "https://github.com";
};
search.default = "DuckDuckGo";
settings = {
"extensions.pocket.enabled" = false;
#----
@ -30,12 +31,22 @@
"privacy.trackingprotection.enabled" = true;
"privacy.trackingprotection.cryptomining.enabled" = true;
"privacy.trackingprotection.fingerprinting.enabled" = true;
# new
# https everywhere
"dom.security.https_only_mode" = true;
"dom.security.https_only_mode_ever_enabled" = true;
# DNS over HTTPS disabled
"doh-rollout.disable-heuristics" = true;
"network.trr.mode" = 5;
# autofill (TODO)
"dom.forms.autocomplete.formautofill" = false;
"extensions.formautofill.creditCards.enabled" = false;
};
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
# ublock-origin
# umatrix
# browserpass-ce
# tree-style-tab
ublock-origin
umatrix
browserpass
tree-style-tab
];
userChrome = ''
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

View File

@ -36,7 +36,7 @@
# syncthing
networking.firewall.allowedTCPPorts = [ 22000 ];
networking.firewall.allowedUDPPorts = [ 22000 ];
networking.firewall.allowedUDPPorts = [ 22000 21027 ];
programs.browserpass.enable = true;

View File

@ -49,6 +49,10 @@
networking.useNetworkd = true;
networking.useDHCP = false;
services.udev.packages = with pkgs; [
android-udev-rules
];
environment.systemPackages = with pkgs; [
pciutils
wireguard-tools