Compare commits

..

No commits in common. "ef5dd97e8f79594d4b2160b758c43aec7dc0049c" and "9c77a6775b77474d2ab4ff5a954cbbef46df9091" have entirely different histories.

7 changed files with 7 additions and 15 deletions

View File

@ -17,7 +17,6 @@
direnv direnv
dmidecode dmidecode
dnsmasq dnsmasq
dtach
fd fd
file file
fzf fzf
@ -56,7 +55,6 @@
strace strace
swaylock swaylock
tig tig
tmux
traceroute traceroute
unrar unrar
unzip unzip

8
flake.lock generated
View File

@ -192,11 +192,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1698783626, "lastModified": 1698363600,
"narHash": "sha256-esHANPDZbeIiBlXdFjBXpalHzSgtn+2TOmUa76dE6us=", "narHash": "sha256-r71uS/uw3I9xJAnmlgaN0TC9aC/1m2L4iNhKjqBzAtQ=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "b660608fb3ff05e1ba88222d2e8d16a8ca5e580e", "rev": "9652f4cb75d799ee5a2511883d2fda60bea00141",
"revCount": 20, "revCount": 19,
"type": "git", "type": "git",
"url": "https://git.project-cloud.net/asmir/nvim_flake" "url": "https://git.project-cloud.net/asmir/nvim_flake"
}, },

View File

@ -199,7 +199,6 @@ with lib; {
enable = true; enable = true;
defaultCacheTtl = 1800; defaultCacheTtl = 1800;
enableSshSupport = true; enableSshSupport = true;
pinentryFlavor = "curses";
}; };
swayidle = { swayidle = {

View File

@ -68,7 +68,6 @@
sioyek sioyek
skypeforlinux skypeforlinux
slurp slurp
tea
texlive.combined.scheme-full texlive.combined.scheme-full
thunderbird thunderbird
upx upx

View File

@ -52,8 +52,8 @@
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "sindresorhus"; owner = "sindresorhus";
repo = "pure"; repo = "pure";
rev = "87e6f5dd4c793f6d980532205aaefe196780606f"; rev = "47c0c881f0e7cfdb5eaccd335f52ad17b897c060";
hash = "sha256-TR4CyBZ+KoZRs9XDmWE5lJuUXXU1J8E2Z63nt+FS+5w="; sha256 = "15xdhi72pq88ls5gx1h0k23jvb41j6kq6ar17dqmd5d38zsgwl3v";
}; };
file = "pure.plugin.zsh"; file = "pure.plugin.zsh";
} }

View File

@ -26,7 +26,6 @@
gc.options = "--delete-older-than 7d"; gc.options = "--delete-older-than 7d";
package = pkgs.nixUnstable; package = pkgs.nixUnstable;
settings = { settings = {
sandbox = true;
experimental-features = ["nix-command" "flakes"]; experimental-features = ["nix-command" "flakes"];
}; };
}; };
@ -108,9 +107,6 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [nix-xilinx.overlay]; nixpkgs.overlays = [nix-xilinx.overlay];
environment = { environment = {
extraInit = ''
unset -v SSH_ASKPASS
'';
homeBinInPath = true; homeBinInPath = true;
variables = { variables = {
PATH = "$HOME/.cargo/bin"; PATH = "$HOME/.cargo/bin";

View File

@ -55,7 +55,7 @@
}; };
fileSystems."/opt/xilinx" = { fileSystems."/opt/xilinx" = {
device = "/dev/disk/by-uuid/f5c27ef2-8053-4d96-9f8f-c6a50d6193b9"; device = "/dev/disk/by-uuid/09912fb9-0284-4b4e-add1-d4a27329539f";
fsType = "erofs"; fsType = "erofs";
}; };