mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2025-08-04 01:00:22 -04:00
gen10
This commit is contained in:
parent
3ff64bf72c
commit
45057cfb07
4 changed files with 11 additions and 0 deletions
|
@ -70,6 +70,8 @@
|
|||
delve
|
||||
ldtk
|
||||
libresprite
|
||||
gh
|
||||
btop
|
||||
];
|
||||
|
||||
# Enable home-manager
|
||||
|
|
|
@ -285,6 +285,8 @@
|
|||
})
|
||||
'';
|
||||
};
|
||||
preselect = "cmp.PreselectMode.Item";
|
||||
complition.completeopt = "menu,menuone";
|
||||
};
|
||||
};
|
||||
tmux-navigator.enable = true;
|
||||
|
|
|
@ -22,6 +22,12 @@
|
|||
|
||||
alias wails='$(go env GOPATH)/bin/wails'
|
||||
'';
|
||||
prezto = {
|
||||
tmux = {
|
||||
autoStartLocal = true;
|
||||
autoStartRemote = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
oh-my-posh = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue