move home-manager config to subdirectory
This commit is contained in:
11
home/profiles/gui.nix
Normal file
11
home/profiles/gui.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
let
|
||||
cfg = config.profiles.base;
|
||||
in {
|
||||
|
||||
options.profiles.gui = {
|
||||
enable = lib.mkEnableOption "Whether or not to install programs with user-interfaces";
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user