diff --git a/common/nvim/nvim.nix b/common/nvim/nvim.nix index a76eca6..e363783 100644 --- a/common/nvim/nvim.nix +++ b/common/nvim/nvim.nix @@ -7,23 +7,25 @@ ripgrep luarocks gnumake - rustc - (python3.withPackages (python-pkgs: [ - python-pkgs.pip - ])) wget - julia - gopls nixpkgs-fmt - lua51Packages.lua tree-sitter - php83Packages.composer - php83 - fd + cargo + cc + go + julia jdk22 + lua51Packages.lua + node + npm + php83Packages.composer + php83 + (python3.withPackages (python-pkgs: [ + python-pkgs.pip + ])) ]; defaultEditor = true; viAlias = true; diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 2e68a08..a68bd2b 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -59,21 +59,9 @@ pipewire lsd - lm_sensors - - # Programming langs - go - nodejs - opam - stack - cargo - gcc - - bend - localsend - blueberry - qbittorrent + blueberry + qbittorrent ]; @@ -161,12 +149,12 @@ size = 32; package = pkgs.runCommand "moveUp" { } '' - mkdir -p $out/share/icons - ln -s ${pkgs.fetchzip { - url = url; - hash = hash; - }} $out/share/icons/${name} - ''; + mkdir -p $out/share/icons + ln -s ${pkgs.fetchzip { + url = url; + hash = hash; + }} $out/share/icons/${name} + ''; }; in getFrom