diff --git a/flake.nix b/flake.nix index 9a4b1c2..e9303de 100644 --- a/flake.nix +++ b/flake.nix @@ -38,6 +38,8 @@ impermanence.url = "github:nix-community/impermanence"; + schizofox.url = "github:schizofox/schizofox"; + # secure booting lanzaboote = { url = "github:nix-community/lanzaboote"; diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index ef3a6a6..81c9973 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -70,6 +70,7 @@ btop.enable = true; nh.enable = true; thunar.enable = true; + schizofox.enable = true; }; }; system.stateVersion = "23.11"; diff --git a/hosts/hermit/programs.nix b/hosts/hermit/programs.nix index 355b98f..f5eb236 100644 --- a/hosts/hermit/programs.nix +++ b/hosts/hermit/programs.nix @@ -23,8 +23,6 @@ emacs30-pgtk evince eza - firefox - fftw gcc gh grc diff --git a/modules/programs/gui/schizofox/module.nix b/modules/programs/gui/schizofox/module.nix new file mode 100644 index 0000000..181b896 --- /dev/null +++ b/modules/programs/gui/schizofox/module.nix @@ -0,0 +1,117 @@ +{ + config, + inputs, + lib, + ... +}: let + inherit (lib.modules) mkIf; + inherit (lib.options) mkEnableOption; + inherit (builtins) listToAttrs; + + cfg = config.modules.programs.schizofox; +in { + options.modules.programs.schizofox.enable = mkEnableOption "Schizofox browser"; + imports = [ + inputs.schizofox.nixosModules.default + ]; + + config = mkIf cfg.enable { + programs.schizofox = { + enable = true; + theme = { + font = "Lexend"; + colors = { + background-darker = "181825"; + background = "1e1e2e"; + foreground = "cdd6f4"; + }; + }; + + security = { + sanitizeOnShutdown.enable = true; + sandbox.enable = true; + noSessionRestore = true; + userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0"; + }; + + misc = { + drm.enable = true; + disableWebgl = false; + bookmarks = [ + { + Title = "Noogle"; + URL = "https://noogle.dev"; + Placement = "toolbar"; + } + { + Title = "Nixpkgs Manual"; + URL = "https://nixos.org/manual/nixpkgs/stable"; + Placement = "toolbar"; + } + ]; + }; + + extensions = { + simplefox.enable = true; + darkreader.enable = true; + + enableDefaultExtensions = true; + enableExtraExtensions = true; + extraExtensions = let + extensions = [ + { + id = "{c2c003ee-bd69-42a2-b0e9-6f34222cb046}"; + name = "auto-tab-discard"; + } + { + id = "{a4c4eda4-fb84-4a84-b4a1-f7c1cbf2a1ad}"; + name = "refined-github-"; + } + { + id = "sponsorBlocker@ajay.app"; + name = "sponsorblock"; + } + { + id = "{446900e4-71c2-419f-a6a7-df9c091e268b}"; + name = "bitwarden-password-manager"; + } + { + id = "{74145f27-f039-47ce-a470-a662b129930a}"; + name = "clearurls"; + } + { + id = "{b86e4813-687a-43e6-ab65-0bde4ab75758}"; + name = "localcdn-fork-of-decentraleyes"; + } + { + id = "smart-referer@meh.paranoid.pk"; + name = "smart-referer"; + } + { + id = "skipredirect@sblask"; + name = "skip-redirect"; + } + { + id = "7esoorv3@alefvanoon.anonaddy.me"; + name = "libredirect"; + } + { + id = "DontFuckWithPaste@raim.ist"; + name = "dont-fuck-with-paste"; + } + ]; + + mappedExtensions = + map (extension: { + name = extension.id; + value = { + install_url = "https://addons.mozilla.org/firefox/downloads/latest/${extension.name}/latest.xpi"; + }; + }) + extensions; + in + listToAttrs mappedExtensions; + }; + }; + }; +} diff --git a/modules/style/wholefoods.jpg b/modules/style/wholefoods.jpg deleted file mode 100644 index 3d9c47f..0000000 Binary files a/modules/style/wholefoods.jpg and /dev/null differ diff --git a/modules/style/wholefoods.png b/modules/style/wholefoods.png new file mode 100644 index 0000000..2c22f75 Binary files /dev/null and b/modules/style/wholefoods.png differ diff --git a/modules/wms/wayland/hyprland/binds.nix b/modules/wms/wayland/hyprland/binds.nix index 3e923a1..b21faf7 100644 --- a/modules/wms/wayland/hyprland/binds.nix +++ b/modules/wms/wayland/hyprland/binds.nix @@ -32,7 +32,7 @@ in { "$mainMod, F, fullscreen, 0" "$mainMod, D, exec, ${pkgs.procps}/bin/pkill fuzzel || ${getExe pkgs.fuzzel}" "$mainMod, SPACE, togglefloating, active" - "$mainMod ALT, L, exec, ${getExe pkgs.swaylock}" + "$mainMod ALT, L, exec, ${getExe pkgs.hyprlock}" # Screenshotting "$mainMod, S, exec, ${pkgs.grimblast}/bin/grimblast copy area" # only copy