chore: move some things around

This commit is contained in:
uku 2024-06-12 01:04:41 +02:00
parent 7e204a26a7
commit d82af8f0e1
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
5 changed files with 8 additions and 13 deletions

View file

@ -36,10 +36,8 @@ in {
console.keyMap = "fr";
environment = {
systemPackages = with pkgs; let
inherit (pkgs.stdenv.hostPlatform) system;
in [
agenix.packages.${system}.default
systemPackages = with pkgs; [
agenix.packages.${pkgs.system}.default
neovim
git
curl