add(nix): basic agenix config

This commit is contained in:
Léana 江 2023-12-25 19:55:32 +01:00 committed by Léana 江
parent 20d49fd7b6
commit ad31348634
4 changed files with 109 additions and 12 deletions

View file

@ -1,10 +1,4 @@
{
pkgs,
unstable,
system,
hostname,
...
}: {
{pkgs, ...}: {
system.stateVersion = "23.11";
imports = [

View file

@ -1,6 +1,6 @@
{
pkgs,
unstable,
agenix,
...
}: {
environment.systemPackages = with pkgs; [
@ -9,6 +9,8 @@
stow
git
gcc
agenix.default
];
# TODO: try to move this to home-manager