Skip to content

Commit

Permalink
disables aerospace
Browse files Browse the repository at this point in the history
  • Loading branch information
ironicbadger committed Dec 1, 2024
1 parent 5d2b6e9 commit add3fb8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions home/alex.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
# list of programs
# https://mipmip.github.io/home-manager-option-search

home.file = lib.mkMerge [
(lib.mkIf pkgs.stdenv.isDarwin {
".config/aerospace/aerospace.toml".text = builtins.readFile ./aerospace/aerospace.toml;
})
];
# aerospace config
# home.file = lib.mkMerge [
# (lib.mkIf pkgs.stdenv.isDarwin {
# ".config/aerospace/aerospace.toml".text = builtins.readFile ./aerospace/aerospace.toml;
# })
# ];

programs.direnv = {
enable = true;
Expand Down
6 changes: 3 additions & 3 deletions hosts/common/darwin-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,16 @@ in
brews = [
#"starship"
"bitwarden-cli"
"borders"
#"borders"
];
taps = [
"FelixKratz/formulae"
#"FelixKratz/formulae" #sketchybar
];
casks = [
"screenflow"
"cleanshot"
"adobe-creative-cloud"
"nikitabobko/tap/aerospace"
#"nikitabobko/tap/aerospace"
"alacritty"
"audacity"
"balenaetcher"
Expand Down

0 comments on commit add3fb8

Please sign in to comment.