Clean up module exports and add module to allow Nix to use an SSH agent
This commit is contained in:
parent
526b6532a5
commit
fa1a81c7f4
7 changed files with 81 additions and 77 deletions
|
@ -1,11 +1,11 @@
|
|||
inputs: {
|
||||
inputs: all: {
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
(import ./modules inputs)
|
||||
all
|
||||
"${inputs.home-manager-clipman}/modules/services/clipman.nix"
|
||||
inputs.hyprland.homeManagerModules.default
|
||||
];
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
inputs: {
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
(lib.mkAliasOptionModule ["ezpcusr" "gaming"] ["gaming" "enable"])
|
||||
(lib.mkAliasOptionModule ["ezpcusr" "newWine"] ["gaming" "newWine"])
|
||||
|
||||
(import ./ezpcusr.nix inputs)
|
||||
(import ./colors.nix inputs)
|
||||
(import ./gaming.nix inputs)
|
||||
./fonts.nix
|
||||
./kermit.nix
|
||||
(import ./de2u.nix inputs)
|
||||
(import ./de3u.nix inputs)
|
||||
./elvish.nix
|
||||
];
|
||||
}
|
|
@ -33,12 +33,12 @@ in {
|
|||
options = {
|
||||
lockTime = mkOption {
|
||||
type = types.int;
|
||||
default = 300;
|
||||
default = 600;
|
||||
description = "Time until your screen locks";
|
||||
};
|
||||
offTime = mkOption {
|
||||
type = types.int;
|
||||
default = 600;
|
||||
default = 900;
|
||||
description = "Time until your screen turns off";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue