fix: comma not having database

This commit is contained in:
2026-04-25 19:46:09 +02:00
parent d96ec9aa58
commit 7fba97378a
4 changed files with 67 additions and 31 deletions
+8 -7
View File
@@ -1,12 +1,7 @@
{ inputs, ... }:
{
flake.modules.nixos.nix =
{
config,
inputs,
lib,
pkgs,
...
}:
{ ... }:
{
nixpkgs.config.allowUnfree = true;
@@ -32,6 +27,10 @@
flake.modules.homeManager.nix =
{ pkgs, ... }:
{
imports = [
inputs.nix-index-database.homeModules.default
];
home.packages = [
(pkgs.writeShellApplication {
name = "ns";
@@ -43,6 +42,8 @@
})
];
programs.nix-index-database.comma.enable = true;
programs.television = {
enable = true;
enableZshIntegration = false;
-1
View File
@@ -176,7 +176,6 @@
home.packages = [
pkgs.fd
pkgs.bat
pkgs.comma
pkgs.tlrc
pkgs.sd
pkgs.procs