Compare commits
No commits in common. "394a6413419f30d22bda0e2072707a1202c7e318" and "f6b132a92045fe3c4d9339c8ea0da2cc7dcafed9" have entirely different histories.
394a641341
...
f6b132a920
5 changed files with 5 additions and 22 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
result
|
||||
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -261,11 +261,11 @@
|
|||
"nixpkgs": "nixpkgs_3"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1752791100,
|
||||
"narHash": "sha256-NsZUGTrB13vYzkJXlrJHnTll91cTlYb/p1ubmGupysg=",
|
||||
"rev": "48f696499db3c6adfe6e0813afc49c582be20a3b",
|
||||
"lastModified": 1759490516,
|
||||
"narHash": "sha256-AjlhGuJlYt4Y0GCMUl9l77ua3XPi6fwChXTasrskhmY=",
|
||||
"rev": "042af42400e57abd9d1ad50f6094ea09b2679b2d",
|
||||
"type": "tarball",
|
||||
"url": "https://git.antoinevaure.fr/api/v1/repos/ant/st-flexipatch/archive/48f696499db3c6adfe6e0813afc49c582be20a3b.tar.gz"
|
||||
"url": "https://git.antoinevaure.fr/api/v1/repos/ant/st-flexipatch/archive/042af42400e57abd9d1ad50f6094ea09b2679b2d.tar.gz"
|
||||
},
|
||||
"original": {
|
||||
"type": "tarball",
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@
|
|||
programs.zathura.enable = true;
|
||||
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"application/pdf" = "org.pwmt.zathura.desktop";
|
||||
"application/pdf" = "zathura.desktop";
|
||||
"WebBrowser" = "firefox.desktop";
|
||||
"x-scheme-handler/http" = "firefox.desktop";
|
||||
"x-scheme-handler/https" = "firefox.desktop";
|
||||
|
|
|
|||
15
home/lf.nix
15
home/lf.nix
|
|
@ -190,21 +190,6 @@
|
|||
'';
|
||||
};
|
||||
|
||||
programs.fish.functions.lfcd.body = ''
|
||||
set tmp (mktemp)
|
||||
# `command` is needed in case `lfcd` is aliased to `lf`
|
||||
command lf -last-dir-path=$tmp $argv
|
||||
if test -f "$tmp"
|
||||
set dir (cat $tmp)
|
||||
rm -f $tmp
|
||||
if test -d "$dir"
|
||||
if test "$dir" != (pwd)
|
||||
cd $dir
|
||||
end
|
||||
end
|
||||
end
|
||||
'';
|
||||
|
||||
programs.fish = {
|
||||
shellAliases = {
|
||||
f = "lfcd";
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
yazi
|
||||
ncdu
|
||||
android-tools
|
||||
tor-browser
|
||||
];
|
||||
|
||||
programs.neovim.extraPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue