Compare commits

...

2 Commits

Author SHA1 Message Date
fd9c72499a Remove uneeded comments. 2024-03-03 10:33:04 +01:00
776a857ba7 Enable gopls 2024-03-03 10:32:54 +01:00
2 changed files with 1 additions and 20 deletions

View File

@ -60,28 +60,8 @@
prismlauncher # Best minecraft launcher
(nerdfonts.override { fonts = [ "CascadiaCode" ]; }) # Best font
(retroarch.override { cores = with libretro; [ snes9x ]; })
# # You can also create simple shell scripts directly inside your
# # configuration. For example, this adds a command 'my-hello' to your
# # environment:
# (writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
];
# Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'.
home.file = {
# # Building this configuration will create a copy of 'dotfiles/screenrc' in
# # the Nix store. Activating the configuration will then make '~/.screenrc' a
# # symlink to the Nix store copy. ".screenrc".source = dotfiles/screenrc;
# # You can also set the file content immediately.
# ".gradle/gradle.properties".text = ''
# org.gradle.console=verbose
# org.gradle.daemon.idletimeout=3600000
# '';
};
# Environmental variables I can't live without
home.sessionVariables = {
EDITOR = "nvim";

View File

@ -135,6 +135,7 @@
lua-ls.enable = true;
nil_ls.enable = true;
marksman.enable = true;
gopls.enable = true;
};
keymaps = {
diagnostic = {