mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-09 20:32:18 +00:00
10 lines
132 B
Nix
10 lines
132 B
Nix
{ inputs, outputs, lib, config, pkgs, ... }: {
|
|
imports = [
|
|
./global
|
|
];
|
|
|
|
# packages
|
|
home.packages = with pkgs; [
|
|
|
|
];
|
|
}
|