making nil happy
This commit is contained in:
parent
64d7c4f5f2
commit
9addc8b4ca
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
||||
{ config, pkgs, inputs, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.home-manager.nixosModules.default ];
|
||||
|
|
Loading…
Reference in a new issue