Compare commits

..

No commits in common. "dee5594c1c96a9be39d7e340c49e09474f801443" and "78f748f19dd918641faa19302fc7eb5b85504902" have entirely different histories.

5 changed files with 28 additions and 9 deletions

View File

@ -74,7 +74,6 @@
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]);
} }

10
flake.lock generated
View File

@ -283,11 +283,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1710595214, "lastModified": 1706478882,
"narHash": "sha256-mjOOCO3F9gTd/+FIZMXuSYydBTtYqBcWDPkopCpXJh8=", "narHash": "sha256-XRTbmP7xSQZWyJxeZC5HNsa5N7hf1Asf0KM1Us6G0hE=",
"ref": "refs/heads/master", "ref": "refs/heads/add_overlay",
"rev": "a9bc0c8a7aca1a8f1c184d3c3a649d3f85fb3bc0", "rev": "7b2aeaee74120345b8c390ef1cb4a24257e644da",
"revCount": 23, "revCount": 32,
"type": "git", "type": "git",
"url": "file://file:/home/akill/proj/nvim_flake/" "url": "file://file:/home/akill/proj/nvim_flake/"
}, },

View File

@ -14,6 +14,7 @@
in { in {
home.packages = with pkgs; home.packages = with pkgs;
[ [
alejandra
appimage-run appimage-run
arp-scan arp-scan
birdtray birdtray
@ -23,6 +24,7 @@ in {
cached-nix-shell cached-nix-shell
caddy caddy
cargo cargo
ccls
chromium chromium
chromium_discord chromium_discord
chromium_teams chromium_teams
@ -77,6 +79,7 @@ in {
remmina remmina
river river
rtorrent rtorrent
rustc
screen screen
seer seer
sioyek sioyek
@ -102,9 +105,28 @@ 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,7 +50,6 @@
readOnlyNixStore = true; readOnlyNixStore = true;
supportedFilesystems = ["btrfs"]; supportedFilesystems = ["btrfs"];
tmp.useTmpfs = true; tmp.useTmpfs = true;
tmp.tmpfsSize = "80%";
}; };
security = { security = {

View File

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