Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
js0ny 2025-12-03 04:39:47 +00:00
commit 00c2b721dd
6 changed files with 15 additions and 1 deletions

View file

@ -166,6 +166,7 @@
betterfox-nix.modules.homeManager.betterfox
sops-nix.homeManagerModules.sops
stylix.homeModules.stylix
nix-index-database.homeModules.nix-index
];
};
};

View file

@ -25,6 +25,7 @@
# Networking
"wireshark-app"
"clash-verge-rev"
"protonvpn"
# Terminal Emulator
@ -37,6 +38,7 @@
"steam"
"discord"
"orbstack" # Docker runtime
"proton-drive"
# System Enhancement
"alt-tab" # Turn cmd-tab to windows behaviour

View file

@ -6,4 +6,6 @@
./system.nix
];
time.timeZone = "Europe/London";
services.tailscale.enable = true;
}

View file

@ -8,7 +8,7 @@
mineffect = "suck";
minimize-to-application = true;
persistent-apps = [
{app = "${pkgs.firefox}/Applications/Firefox.app";}
{app = "${pkgs.firefox-bin}/Applications/Firefox.app";}
{app = "${pkgs.ghostty-bin}/Applications/Ghostty.app";}
{app = "/Applications/Obsidian.app";}
# { app = "/Applications/LibreWolf.app"; }

View file

@ -21,6 +21,7 @@
programs.ghostty.systemd.enable = false;
programs.ghostty.package = lib.mkForce pkgs.ghostty-bin;
programs.firefox.package = lib.mkForce pkgs.firefox-bin;
home.file.".ssh/config".text = ''
# ~/.ssh/config
@ -28,4 +29,9 @@
UseKeychain yes
AddKeysToAgent yes
'';
stylix = {
# cursor.enable = lib.mkForce false;
icons.enable = lib.mkForce false;
};
}

View file

@ -10,9 +10,11 @@
./programs/shell/bash.nix
./programs/shell/zsh.nix
./programs/shell/fish.nix
./programs/shell/carapace.nix
./programs/shell/direnv.nix
# Programs
./programs/aichat.nix
./programs/firefox
./programs/emacs.nix
./programs/zed-editor.nix
@ -28,6 +30,7 @@
./programs/ghostty.nix
./programs/tmux.nix
./programs/kitty.nix
./programs/anki.nix
# ./programs/retroarch.nix # Package broken on macOS
./programs/duti.nix