diff --git a/common/packages.nix b/common/packages.nix index 59b969c..049965a 100644 --- a/common/packages.nix +++ b/common/packages.nix @@ -74,6 +74,7 @@ xdg-utils zip z-lua + nvim ] ++ (with nix-xilinx.packages.${system}; [vivado vitis vitis_hls model_composer xilinx-shell]); } diff --git a/home/home_packages.nix b/home/home_packages.nix index 75f1b85..089bdf2 100644 --- a/home/home_packages.nix +++ b/home/home_packages.nix @@ -14,7 +14,6 @@ in { home.packages = with pkgs; [ - alejandra appimage-run arp-scan birdtray @@ -24,7 +23,6 @@ in { cached-nix-shell caddy cargo - ccls chromium chromium_discord chromium_teams @@ -79,7 +77,6 @@ in { remmina river rtorrent - rustc screen seer sioyek @@ -105,28 +102,9 @@ in { zathura zeal-qt6 zig - zls - - /* - install here until nvim flake is fixed - */ - alejandra - ccls - gopls - luaformatter - nixd - pyright - rust-analyzer - sumneko-lua-language-server - svls - texlab - tree-sitter - verible - zls ] ++ [ inputs.swaysw.packages.${system}.swaysw - inputs.nvim.packages.${system}.nvim (pkgs.callPackage ../packages/zapzap/default.nix {}) (pkgs.callPackage ../packages/viber/default.nix {}) (pkgs.callPackage ../packages/bubblewrap/default.nix {}) diff --git a/mediabox/configuration.nix b/mediabox/configuration.nix index ceac12e..ec72965 100644 --- a/mediabox/configuration.nix +++ b/mediabox/configuration.nix @@ -50,6 +50,7 @@ readOnlyNixStore = true; supportedFilesystems = ["btrfs"]; tmp.useTmpfs = true; + tmp.tmpfsSize = "80%"; }; security = { diff --git a/nixy/configuration.nix b/nixy/configuration.nix index d3bebe4..c308d00 100644 --- a/nixy/configuration.nix +++ b/nixy/configuration.nix @@ -5,6 +5,7 @@ nix-xilinx, sops-nix, system, + nvim, zremap, ... }: { @@ -112,7 +113,7 @@ time.timeZone = "Europe/Sarajevo"; nixpkgs.config.allowUnfree = true; - nixpkgs.overlays = [nix-xilinx.overlay]; + nixpkgs.overlays = [nix-xilinx.overlay nvim.overlays.${system}.overlay]; environment = { extraInit = '' unset -v SSH_ASKPASS