mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-26 19:56:29 +01:00
feat: lix
This commit is contained in:
parent
46cf265a54
commit
e9455b9098
7 changed files with 116 additions and 34 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
self,
|
||||
pkgs,
|
||||
# pkgs,
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
services.nix-daemon.enable = true;
|
||||
nix.package = pkgs.nixVersions.unstable;
|
||||
# nix.package = pkgs.nixVersions.latest;
|
||||
|
||||
nix.registry = {
|
||||
n.flake = inputs.nixpkgs;
|
||||
|
|
@ -26,6 +26,14 @@
|
|||
sandbox = true;
|
||||
use-xdg-base-directories = true;
|
||||
|
||||
extra-substituters = [
|
||||
"https://cache.lix.systems"
|
||||
];
|
||||
|
||||
extra-trusted-public-keys = [
|
||||
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
|
||||
];
|
||||
|
||||
nix-path = config.nix.nixPath;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
# btop
|
||||
doggo
|
||||
doppler
|
||||
du-dust
|
||||
dust
|
||||
fd
|
||||
ffmpeg
|
||||
gen-license
|
||||
|
|
@ -48,7 +48,7 @@
|
|||
hyperfine
|
||||
jq
|
||||
just
|
||||
minica
|
||||
# minica
|
||||
nerdfix
|
||||
ripgrep
|
||||
tokei
|
||||
|
|
@ -62,9 +62,9 @@
|
|||
packwiz
|
||||
catppuccin-catwalk
|
||||
|
||||
am
|
||||
nish
|
||||
nrr
|
||||
am
|
||||
# nish
|
||||
choirpack
|
||||
nyoom
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue