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