dvvl
This commit is contained in:
parent
60cc7b5929
commit
da7459efbb
8 changed files with 27 additions and 42 deletions
|
|
@ -1,16 +0,0 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./programs.nix
|
||||
./file.nix
|
||||
];
|
||||
|
||||
options.device = {
|
||||
flatpak.enable = lib.mkEnableOption "flatpak";
|
||||
flake-name = lib.mkOption {
|
||||
type = lib.types.str;
|
||||
default = "desktop";
|
||||
description = "Flake name for quick rebuild";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in a new issue