nixos-dotfiles

nixos-dotfiles

https://git.tonybtw.com/nixos-dotfiles.git git://git.tonybtw.com/nixos-dotfiles.git
124 bytes raw
1
{
2
  pkgs,
3
  noctalia,
4
  ...
5
}: {
6
  environment.systemPackages = with pkgs; [
7
    noctalia.packages.${system}.default
8
  ];
9
}