mirror of
https://github.com/nmasur/dotfiles
synced 2025-04-24 18:32:24 +00:00
Compare commits
3 Commits
2700efa6e4
...
408b329684
Author | SHA1 | Date | |
---|---|---|---|
|
408b329684 | ||
|
ad70457600 | ||
|
f54f7b6e2e |
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
home-manager.users.${config.user}.programs.jujutsu = {
|
home-manager.users.${config.user}.programs.jujutsu = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableFishIntegration = true;
|
enableFishIntegration = false; # Temp: not working
|
||||||
|
|
||||||
# https://github.com/martinvonz/jj/blob/main/docs/config.md
|
# https://github.com/martinvonz/jj/blob/main/docs/config.md
|
||||||
settings = {
|
settings = {
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
firefox = "${pkgs.firefox-bin}/Applications/Firefox.app";
|
firefox = "${pkgs.firefox-bin}/Applications/Firefox.app";
|
||||||
discord = "${pkgs.discord}/Applications/Discord.app";
|
discord = "${pkgs.discord}/Applications/Discord.app";
|
||||||
kitty = "${pkgs.kitty}/Applications/kitty.app";
|
kitty = "${pkgs.kitty}/Applications/kitty.app";
|
||||||
|
obsidian = "${pkgs.obsidian}/Applications/Obsidian.app";
|
||||||
slack = "${pkgs.slack}/Applications/Slack.app";
|
slack = "${pkgs.slack}/Applications/Slack.app";
|
||||||
};
|
};
|
||||||
xdg.configFile."hammerspoon/Spoons/MoveWindow.spoon".source =
|
xdg.configFile."hammerspoon/Spoons/MoveWindow.spoon".source =
|
||||||
|
@ -80,7 +80,7 @@ function obj:init()
|
|||||||
self:switch("Messages.app")
|
self:switch("Messages.app")
|
||||||
end)
|
end)
|
||||||
self.launcher:bind("", "O", function()
|
self.launcher:bind("", "O", function()
|
||||||
self:switch("Obsidian.app")
|
self:switch("@obsidian@")
|
||||||
end)
|
end)
|
||||||
self.launcher:bind("", "P", function()
|
self.launcher:bind("", "P", function()
|
||||||
self:switch("System Preferences.app")
|
self:switch("System Preferences.app")
|
||||||
|
@ -201,6 +201,10 @@
|
|||||||
|
|
||||||
echo "Choose and order dock icons"
|
echo "Choose and order dock icons"
|
||||||
defaults write com.apple.dock persistent-apps -array ${persistentApps}
|
defaults write com.apple.dock persistent-apps -array ${persistentApps}
|
||||||
|
|
||||||
|
echo "Reduce Menu Bar padding"
|
||||||
|
defaults write -globalDomain NSStatusItemSelectionPadding -int 6
|
||||||
|
defaults write -globalDomain NSStatusItemSpacing -int 6
|
||||||
'';
|
'';
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user