update lock

This commit is contained in:
DashieTM 2024-05-28 12:29:16 +02:00
parent 608a8f682c
commit d379c60bdf
3 changed files with 1297 additions and 0 deletions

1293
nix/flake.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -9,5 +9,6 @@
./git.nix
./firefox.nix
./keepass.nix
./neovide.nix
];
}

View file

@ -0,0 +1,3 @@
{ pkgs, ... }: {
xdg.configFile."neovide/config.toml".source = (pkgs.formats.toml { }).generate "neovide" { };
}