improve the vm
alias
This commit is contained in:
parent
13aa63b444
commit
122ee3035a
4 changed files with 62 additions and 13 deletions
7
nixos/pkg.nix
Executable file → Normal file
7
nixos/pkg.nix
Executable file → Normal file
|
@ -46,11 +46,8 @@ let
|
|||
packwiz
|
||||
xclip
|
||||
starship
|
||||
|
||||
# for xonsh
|
||||
python311
|
||||
python311Packages.pip
|
||||
python311Packages.python-lsp-server
|
||||
sops
|
||||
ssh-to-age
|
||||
];
|
||||
flakePackages = with inputs; [ compose2nix.packages.${system}.default ];
|
||||
in {
|
||||
|
|
|
@ -73,7 +73,6 @@
|
|||
enable = true;
|
||||
config = ''
|
||||
$BASH_COMPLETIONS = ('${bashcfg.completion.package}/etc/profile.d/bash_completion.sh')
|
||||
#execx($(starship init xonsh))
|
||||
#xontrib load cd
|
||||
xontrib load direnv
|
||||
xontrib load sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue