init opam, add stack and remove hostname
This commit is contained in:
parent
c365e01645
commit
be42ca6833
4 changed files with 6 additions and 4 deletions
|
|
@ -625,6 +625,7 @@ require("lazy").setup({
|
|||
local luasnip = require("luasnip")
|
||||
luasnip.config.setup({})
|
||||
|
||||
require("luasnip.loaders.from_vscode").lazy_load()
|
||||
cmp.setup({
|
||||
snippet = {
|
||||
expand = function(args)
|
||||
|
|
@ -777,6 +778,5 @@ require("lazy").setup({
|
|||
-- For additional information see: :help lazy.nvim-lazy.nvim-structuring-your-plugins
|
||||
-- { import = 'custom.plugins' },
|
||||
}, {})
|
||||
require("luasnip.loaders.from_vscode").lazy_load()
|
||||
-- The line beneath this is called `modeline`. See `:help modeline`
|
||||
-- vim: ts=2 sts=2 sw=2 et
|
||||
|
|
|
|||
|
|
@ -45,9 +45,6 @@
|
|||
|
||||
networking = {
|
||||
hostName = "lambdaOS"; # Define your hostname.
|
||||
extraHosts = ''
|
||||
::1 noa.voorwaarts.nl
|
||||
'';
|
||||
};
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
|
|
|
|||
|
|
@ -65,6 +65,8 @@
|
|||
go
|
||||
nodejs
|
||||
opam
|
||||
stack
|
||||
|
||||
localsend
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,9 @@ in
|
|||
lt = "lsd -l --tree";
|
||||
update = "nix flake update --commit-lock-file $HOME/nixos && sudo nixos-rebuild switch --flake $HOME/nixos";
|
||||
};
|
||||
initExtra = ''
|
||||
[[ ! -r /home/noa/.opam/opam-init/init.zsh ]] || source /home/noa/.opam/opam-init/init.zsh > /dev/null 2> /dev/null
|
||||
'';
|
||||
history = {
|
||||
path = "${config.xdg.dataHome}/zsh/history";
|
||||
size = 10000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue