2023-09-24 03:59:47 +02:00
|
|
|
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
|
|
imports =
|
|
|
|
[
|
|
|
|
../packages/vim.nix
|
2023-12-06 22:21:44 +01:00
|
|
|
./sops.nix
|
2023-09-24 03:59:47 +02:00
|
|
|
];
|
|
|
|
|
|
|
|
#nix stuff
|
|
|
|
nix.gc.automatic = true;
|
|
|
|
system.autoUpgrade.enable = true;
|
|
|
|
|
2023-10-17 19:42:00 +02:00
|
|
|
}
|