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

@ -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;
};
}