chore: deadnix
This commit is contained in:
parent
79b23d1f17
commit
5733272f42
|
@ -79,7 +79,6 @@
|
||||||
flake-utils,
|
flake-utils,
|
||||||
colmena,
|
colmena,
|
||||||
agenix-rekey,
|
agenix-rekey,
|
||||||
devshell,
|
|
||||||
nixos-generators,
|
nixos-generators,
|
||||||
pre-commit-hooks,
|
pre-commit-hooks,
|
||||||
...
|
...
|
||||||
|
|
|
@ -66,11 +66,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
config.home-manager.sharedModules = [
|
config.home-manager.sharedModules = [
|
||||||
({
|
({config, ...}: {
|
||||||
config,
|
|
||||||
nixosConfig,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
options = {
|
options = {
|
||||||
userSecretsFile = mkOption {
|
userSecretsFile = mkOption {
|
||||||
default = ../users/${config._module.args.name}/secrets.nix.age;
|
default = ../users/${config._module.args.name}/secrets.nix.age;
|
||||||
|
|
|
@ -1,11 +1,7 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
config,
|
|
||||||
pkgs,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
programs.kitty = {
|
programs.kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.kitty.overrideAttrs (finalAttrs: prevAttrs: {
|
package = pkgs.kitty.overrideAttrs (_finalAttrs: _prevAttrs: {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
});
|
});
|
||||||
font = {
|
font = {
|
||||||
|
|
Loading…
Reference in a new issue