Add non-free profile
This commit is contained in:
parent
a1c834002a
commit
80e26a3350
|
@ -349,11 +349,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1651007218,
|
||||
"narHash": "sha256-NkQAMtqW0PSJTbLHalyZtaqj0ai2TZMOedug9yDIcFw=",
|
||||
"lastModified": 1651519540,
|
||||
"narHash": "sha256-3k6p8VsTwwRPQjE8rrMh+o2AZACZn/eeYJ7ivdQ/Iro=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "d14adb99f3fb562ec74ad18c032efc154b438034",
|
||||
"rev": "d93d56ab8c1c6aa575854a79b9d2f69d491db7d0",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -120,7 +120,7 @@
|
|||
hensoko = pubsolaros ++ [ users.hensoko ];
|
||||
hensoko-light = pubsolaros-light ++ [ users.hensoko ];
|
||||
giggles = hensoko-light ++ [ ];
|
||||
norman = hensoko ++ [ graphical virtualisation work ];
|
||||
norman = hensoko ++ [ graphical non-free virtualisation work ];
|
||||
redpanda = hensoko;
|
||||
ringo = hensoko-light ++ [ graphical ];
|
||||
harrison = hensoko ++ [ graphical server ];
|
||||
|
|
6
profiles/non-free/default.nix
Normal file
6
profiles/non-free/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ self, config, lib, pkgs, ... }:
|
||||
let inherit (lib) fileContents;
|
||||
in
|
||||
{
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
}
|
Loading…
Reference in a new issue