mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
00c2b721dd
6 changed files with 15 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue