modifié : hosts/dell-5590/nixpkgs/packages.nix
modifié : modules/neovim.nix
This commit is contained in:
parent
8b387209b2
commit
711d056962
|
@ -13,7 +13,6 @@
|
||||||
isync
|
isync
|
||||||
zathura
|
zathura
|
||||||
rofi
|
rofi
|
||||||
rofi-pass
|
|
||||||
poppler_utils
|
poppler_utils
|
||||||
simple-scan
|
simple-scan
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
@ -28,14 +27,12 @@
|
||||||
pandoc
|
pandoc
|
||||||
hugo
|
hugo
|
||||||
whois
|
whois
|
||||||
barrier
|
|
||||||
inkscape
|
inkscape
|
||||||
feh
|
feh
|
||||||
i3blocks
|
i3blocks
|
||||||
acpi
|
acpi
|
||||||
cpufrequtils
|
cpufrequtils
|
||||||
xclip
|
xclip
|
||||||
gopass
|
|
||||||
ispell
|
ispell
|
||||||
aspellDicts.fr
|
aspellDicts.fr
|
||||||
nix-direnv
|
nix-direnv
|
||||||
|
@ -45,5 +42,8 @@
|
||||||
freetube
|
freetube
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
zola
|
zola
|
||||||
|
exa
|
||||||
|
bat
|
||||||
|
vimPlugins.vim-markdown-composer
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,10 @@
|
||||||
let
|
let
|
||||||
# […]
|
# […]
|
||||||
nix-nvim = builtins.fetchGit {
|
nix-nvim = builtins.fetchGit {
|
||||||
url = "https://git.atlanticaweb.fr/alexandre/nix-nvim.git";
|
# url = "https://git.atlanticaweb.fr/alexandre/nix-nvim.git";
|
||||||
|
# ref = "main";
|
||||||
|
# rev = "fc0cf4d36b3872f80a931ed05993f2d5755b26da";
|
||||||
|
url = "https://framagit.org/vegaelle/nix-nvim.git";
|
||||||
ref = "main";
|
ref = "main";
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
|
Loading…
Reference in New Issue