beginning a lot of reorganizing stuff
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
}:
|
||||
let
|
||||
cfg = config.share.hardware.amd;
|
||||
pkgsVersion = pkgs.unstable;
|
||||
pkgsVersion = pkgs;#.unstable;
|
||||
in
|
||||
{
|
||||
imports = [ ./options.nix ];
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ lib, config, pkgs, ... }:
|
||||
let
|
||||
cfg = config.share.gaming;
|
||||
pkgsVersion = pkgs.unstable;
|
||||
pkgsVersion = pkgs; #.unstable;
|
||||
in
|
||||
{
|
||||
imports = [ ./options.nix ];
|
||||
|
||||
Reference in New Issue
Block a user