nix-configs

Personal NixOS and home-manager configuration files
Log | Files | Refs

commit 5803408873f125eaff6b6b7db104da93c1b2d145
parent 746464220639157a2c0e2a01fd5eb11dc8e50b4a
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Sun, 17 May 2026 11:12:40 +0100

Moving away from Firefox

Diffstat:
Mhome/hyprland.nix | 4++--
Mmachines/atlas.nix | 3+--
Mmachines/minerva.nix | 2+-
3 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/home/hyprland.nix b/home/hyprland.nix @@ -114,9 +114,9 @@ bind = [ "SUPER, R, exec, tofi-run | xargs hyprctl dispatch exec --" - "SUPER, W, exec, firefox" + "SUPER, W, exec, chromium" "SUPER, T, exec, alacritty" - "SUPER_SHIFT, W, exec, firefox -private-window" + "SUPER_SHIFT, W, exec, chromium --incognito" "ALT, Tab, cyclenext" "ALT SHIFT, Tab, cyclenext, prev" "SUPER, RETURN, exec, alacritty" diff --git a/machines/atlas.nix b/machines/atlas.nix @@ -36,10 +36,10 @@ let machine = "atlas"; in { ]; home-manager.users.${username} = {pkgs, ...}: { imports = [ ../home/alacritty.nix + ../home/chromium.nix ../home/clipse.nix ../home/cursor.nix ../home/espanso.nix - ../home/firefox.nix ../home/fish.nix ../home/git.nix ../home/github-desktop.nix @@ -52,7 +52,6 @@ let machine = "atlas"; in { ../home/mpv.nix ../home/neovim.nix ../home/newsboat.nix - ../home/chromium.nix ../home/rbw.nix ../home/rclone.nix ../home/ssh.nix diff --git a/machines/minerva.nix b/machines/minerva.nix @@ -33,9 +33,9 @@ let machine = "minerva"; in { home-manager.users.${username} = {pkgs, ...}: { imports = [ ../home/alacritty.nix ../home/clipse.nix + ../home/chromium.nix ../home/cursor.nix ../home/espanso.nix - ../home/firefox.nix ../home/fish.nix ../home/git.nix ../home/htop.nix