Update to 24.11

This commit is contained in:
Jimbo 2024-11-19 13:20:34 -05:00
parent 79310cc53a
commit 81baaf8391
17 changed files with 94 additions and 80 deletions

View file

@ -115,18 +115,21 @@ in {
commonSettings = {
"general.autoScroll" = true;
"places.history.enabled" = false;
"font.name.serif.x-western" = config.look.fonts.main;
"font.name.sans-serif.x-western" = config.look.fonts.main;
"font.name.monospace.x-western" = config.look.fonts.nerd;
"browser.compactmode.show" = true;
"browser.uidensity" = 1;
"browser.startup.page" = 3;
"browser.compactmode.show" = true;
"browser.toolbars.bookmarks.visibility" = "never";
"browser.contentblocking.category" = "strict";
"browser.helperApps.deleteTempFileOnExit" = true;
"browser.newtabpage.enabled" = false;
"browser.search.separatePrivateDefault" = false;
"browser.download.useDownloadDir" = true;
"browser.startup.page" = 3;
"browser.newtabpage.enabled" = false;
"extensions.pocket.enabled" = false;
"extensions.autoDisableScopes" = 0;
@ -145,8 +148,6 @@ in {
"privacy.clearOnShutdown_v2.cookiesAndStorage" = false;
"privacy.clearOnShutdown_v2.historyFormDataAndDownloads" = true;
"places.history.enabled" = false;
"urlclassifier.trackingSkipURLs" = "*.reddit.com, *.twitter.com, *.twimg.com, *.tiktok.com";
"urlclassifier.features.socialtracking.skipURLs" = "*.instagram.com, *.twitter.com, *.twimg.com";
@ -162,6 +163,9 @@ in {
"gfx.webrender.all" = true;
"gfx.x11-egl.force-enabled" = true;
"clipboard.autocopy" = false;
"middlemouse.paste" = false;
"svg.context-properties.content.enabled" = true;
"device.sensors.motion.enabled" = false;
"gnomeTheme.hideSingleTab" = true;

View file

@ -3,7 +3,7 @@
home = {
packages = with pkgs; [
pcmanfm-qt
gnome.file-roller
file-roller
];
file = {
".config/pcmanfm-qt/default/settings.conf".text = ''

View file

@ -1,7 +1,7 @@
{ pkgs, lib, config, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
moonlight-qt
rustdesk-flutter
#rustdesk-flutter
];
}

View file

@ -1,9 +1,9 @@
{ pkgs, lib, config, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
remmina
freerdp
zoom-us
unstable.gpauth
gpauth
];
}

View file

@ -11,16 +11,16 @@
};
shellAliases = {
# NixOS aliases
flakedate = "doas nix flake update /etc/nixos";
nhs = "doas nh os switch -R";
nhu = "flakedate && nhs";
ns = "nix-shell -p";
nixclean = "doas nix-store --gc; nix-collect-garbage -d";
nixpurge = "doas nix-collect-garbage --delete-old";
nixoptimize = "doas nix store optimise";
nixscrub = "nixclean; nixpurge; nixoptimize";
# Flake commands
flakedate = "doas nix flake update /etc/nixos";
nixswitch = "doas nixos-rebuild switch --flake /etc/nixos";
nixdate = "flakedate && nixswitch";
# Shortcut aliases
neo = "clear && fastfetch";
ip = "ip -c";
@ -35,6 +35,7 @@
};
initExtra = ''
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
source ${pkgs.zsh-you-should-use}/share/zsh/plugins/you-should-use/you-should-use.plugin.zsh
${pkgs.any-nix-shell}/bin/any-nix-shell zsh --info-right | source /dev/stdin; pfetch
setopt HIST_IGNORE_SPACE
setopt RM_STAR_WAIT