mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
fixup macos stuff
This commit is contained in:
parent
792f83d72e
commit
aab015680d
2 changed files with 6 additions and 5 deletions
|
|
@ -96,7 +96,7 @@ in {
|
|||
"unzip"
|
||||
"xz"
|
||||
|
||||
"llvm"
|
||||
"llvm@20"
|
||||
];
|
||||
|
||||
casks = [
|
||||
|
|
@ -119,7 +119,8 @@ in {
|
|||
};
|
||||
|
||||
programs.fish.enable = true;
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.enable = false;
|
||||
programs.bash.enable = false;
|
||||
|
||||
system.stateVersion = 5;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@
|
|||
enable = true;
|
||||
|
||||
package =
|
||||
# if pkgs.stdenv.isDarwin
|
||||
# then pkgs.unstable.ghostty-bin
|
||||
pkgs.unstable.ghostty;
|
||||
if pkgs.stdenv.isDarwin
|
||||
then pkgs.unstable.ghostty-bin
|
||||
else pkgs.unstable.ghostty;
|
||||
|
||||
settings = {
|
||||
theme = "light:Rose Pine Dawn,dark:Rose Pine";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue