Merge branch 'overlay'

This commit is contained in:
2024-03-16 14:28:11 +01:00
4 changed files with 4 additions and 23 deletions

View File

@@ -74,6 +74,7 @@
xdg-utils xdg-utils
zip zip
z-lua z-lua
nvim
] ]
++ (with nix-xilinx.packages.${system}; [vivado vitis vitis_hls model_composer xilinx-shell]); ++ (with nix-xilinx.packages.${system}; [vivado vitis vitis_hls model_composer xilinx-shell]);
} }

View File

@@ -14,7 +14,6 @@
in { in {
home.packages = with pkgs; home.packages = with pkgs;
[ [
alejandra
appimage-run appimage-run
arp-scan arp-scan
birdtray birdtray
@@ -24,7 +23,6 @@ in {
cached-nix-shell cached-nix-shell
caddy caddy
cargo cargo
ccls
chromium chromium
chromium_discord chromium_discord
chromium_teams chromium_teams
@@ -79,7 +77,6 @@ in {
remmina remmina
river river
rtorrent rtorrent
rustc
screen screen
seer seer
sioyek sioyek
@@ -105,28 +102,9 @@ in {
zathura zathura
zeal-qt6 zeal-qt6
zig 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.swaysw.packages.${system}.swaysw
inputs.nvim.packages.${system}.nvim
(pkgs.callPackage ../packages/zapzap/default.nix {}) (pkgs.callPackage ../packages/zapzap/default.nix {})
(pkgs.callPackage ../packages/viber/default.nix {}) (pkgs.callPackage ../packages/viber/default.nix {})
(pkgs.callPackage ../packages/bubblewrap/default.nix {}) (pkgs.callPackage ../packages/bubblewrap/default.nix {})

View File

@@ -50,6 +50,7 @@
readOnlyNixStore = true; readOnlyNixStore = true;
supportedFilesystems = ["btrfs"]; supportedFilesystems = ["btrfs"];
tmp.useTmpfs = true; tmp.useTmpfs = true;
tmp.tmpfsSize = "80%";
}; };
security = { security = {

View File

@@ -5,6 +5,7 @@
nix-xilinx, nix-xilinx,
sops-nix, sops-nix,
system, system,
nvim,
zremap, zremap,
... ...
}: { }: {
@@ -112,7 +113,7 @@
time.timeZone = "Europe/Sarajevo"; time.timeZone = "Europe/Sarajevo";
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [nix-xilinx.overlay]; nixpkgs.overlays = [nix-xilinx.overlay nvim.overlays.${system}.overlay];
environment = { environment = {
extraInit = '' extraInit = ''
unset -v SSH_ASKPASS unset -v SSH_ASKPASS