mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 11:13:54 -05:00
Aly Raffauf
4da4930db9
fallarbor: added disko and fixed nixos-hardwarem odule import fallarbor: added appropriate flake entries
9 lines
87 B
Nix
9 lines
87 B
Nix
{
|
|
config,
|
|
lib,
|
|
pkgs,
|
|
...
|
|
}: {
|
|
imports = [./syncthing ./easyeffects ./mpd];
|
|
}
|