nix config udpate; polish top-level Justfile
This commit is contained in:
parent
0e2f704aa3
commit
239c2c9c44
8 changed files with 81 additions and 37 deletions
|
@ -1,6 +1,11 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
nixpkgs.config = {
|
||||
allowBroken = false;
|
||||
allowUnfree = true;
|
||||
};
|
||||
|
||||
imports = [
|
||||
../../profiles/common/configuration.nix
|
||||
../../profiles/graphical/configuration.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue