lib, fix homeManagerModules name
This commit is contained in:
parent
084e819232
commit
29d96e90a4
3 changed files with 18 additions and 13 deletions
|
@ -1,5 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, nixosModules, ... }:
|
||||
{
|
||||
imports = [ nixosModules.allowed-unfree-list ];
|
||||
|
||||
config = {
|
||||
hardware.graphics = {
|
||||
extraPackages = with pkgs; [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue