dotfiles/NixOS/home/nixos.nix

8 lines
108 B
Nix
Raw Normal View History

2024-06-02 14:38:25 +02:00
{ inputs, config, pkgs, ... }:
{
imports = [
(./common.nix { inherit inputs config pkgs; })
];
}