DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

7924dc5aca0c7935dd3aabaf1c6d8050ddedf3d9 — Jonni Liljamo 3 months ago 850ff6a
feat(systems/profiles/laptop): light
2 files changed, 5 insertions(+), 0 deletions(-)

M systems/profiles/laptop/default.nix
A systems/profiles/laptop/laptop.nix
M systems/profiles/laptop/default.nix => systems/profiles/laptop/default.nix +2 -0
@@ 11,6 11,8 @@ inputs @ {

    ../../../modules
    ../../../roles

    ./laptop.nix
  ];
  specialArgs = {
    inherit inputs;

A systems/profiles/laptop/laptop.nix => systems/profiles/laptop/laptop.nix +3 -0
@@ 0,0 1,3 @@
{
  programs.light.enable = true;
}