move user and additional module handling into flake.nix
This commit is contained in:
parent
87062e05c4
commit
8fc672bfcf
15 changed files with 271 additions and 276 deletions
|
|
@ -1,7 +1,5 @@
|
|||
{ pkgs, vinzenzNixosModules, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [ vinzenzNixosModules.allowed-unfree-list ];
|
||||
|
||||
config = {
|
||||
hardware.graphics = {
|
||||
extraPackages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Reference in a new issue