fix: command not found handler

stylix
Moritz Böhme 2023-10-10 11:50:54 +02:00
parent b63dbb873a
commit 7d54b6d42b
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
2 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,8 @@
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix";
stable.url = "github:nixos/nixpkgs/nixos-23.05";
nix-index-database.url = "github:Mic92/nix-index-database";
nix-index-database.inputs.nixpkgs.follows = "nixpkgs";
# Programs
nix-super.inputs.nixpkgs.follows = "stable";
@ -186,6 +188,7 @@
inputs.disko.nixosModules.default
inputs.home-manager.nixosModule
inputs.impermanence.nixosModules.impermanence
inputs.nix-index-database.nixosModules.nix-index
path
];
})

View File

@ -171,8 +171,8 @@ in
programs = {
mtr.enable = true;
command-not-found.enable = true;
starship.enable = true;
command-not-found.enable = false;
};
services = {