toUnstable

This commit is contained in:
2024-07-14 15:23:20 +02:00
parent 06bcf6eef3
commit 9be90dc19b
21 changed files with 602 additions and 252 deletions

View File

@@ -1,13 +1,6 @@
{ config, pkgs, ... }:
{
imports = [
./programs/default-laptop.nix
./services/default-laptop.nix
./default.nix
];
home.file."minlog".source =
config.lib.file.mkOutOfStoreSymlink "${pkgs.minlog}/share/minlog";
imports = [ ./programs/default-laptop.nix ./default.nix ];
}