home: fix root.nix (this file should be elsewhere)
This commit is contained in:
parent
ae20b39529
commit
4d35cc1154
@ -1,6 +1,12 @@
|
||||
# Configuration for root user.
|
||||
# TODO this file is sorta an exception to my repo organization, it should
|
||||
# probably be somewhere else.
|
||||
{ config, lib, pkgs, ... }@args:
|
||||
{
|
||||
imports = [
|
||||
./comma.nix
|
||||
./.
|
||||
];
|
||||
config = {
|
||||
nixfiles.programs.comma.enable = true;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user