Skip to content

Commit

Permalink
nix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FredeEB committed May 31, 2024
1 parent 5222539 commit fe615df
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions users/bun.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ in {
];
file = let mkSymlink = config.lib.file.mkOutOfStoreSymlink;
in {
".config/nvim".source = mkSymlink "${config.home.homeDirectory}/git/dotfiles/configs/nvim";
".config/sway".source = mkSymlink "${config.home.homeDirectory}/git/dotfiles/configs/sway";
".config/nvim".source =
mkSymlink "${config.home.homeDirectory}/git/dotfiles/configs/nvim";
".config/sway".source =
mkSymlink "${config.home.homeDirectory}/git/dotfiles/configs/sway";

".config/gdb/gdbinit".source = pkgs.writeText "gdbinit" ''
set auto-load safe-path /
Expand All @@ -84,9 +86,7 @@ in {
enter_accept = false;
keymap_mode = "vim-insert";
};
flags = [
"--disable-up-arrow"
];
flags = [ "--disable-up-arrow" ];
};
bash = {
enable = true;
Expand Down Expand Up @@ -122,7 +122,6 @@ in {
tmux.enableShellIntegration = true;
tmux.shellIntegrationOptions = [ "-p" "-w" "80%" "-h" "80%" ];
};

git = {
enable = true;
difftastic.enable = true;
Expand Down

0 comments on commit fe615df

Please sign in to comment.