From 9c459f48dbbccb583a4671be112d6c692a2cfd30 Mon Sep 17 00:00:00 2001 From: tzlil Date: Fri, 19 May 2023 16:50:26 +0300 Subject: fix command not found --- flake.lock | 12 ++++++------ hosts/laptop/cfg.nix | 6 +++++- profiles/core.nix | 2 +- 3 files changed, 12 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 81a8586..e3a1200 100644 --- a/flake.lock +++ b/flake.lock @@ -85,11 +85,11 @@ ] }, "locked": { - "lastModified": 1684321175, - "narHash": "sha256-V4EbM+jK7pvjKBaj0dgAiW9ultzDE27Nz5fRyu/ceMk=", + "lastModified": 1684484967, + "narHash": "sha256-P3ftCqeJmDYS9LSr2gGC4XGGcp5vv8TOasJX6fVHWsw=", "owner": "nix-community", "repo": "home-manager", - "rev": "59659243cd4ababda605e79b4a9c2e6d83e24c86", + "rev": "b9a52ad20e58ebd003444915e35e3dd2c18fc715", "type": "github" }, "original": { @@ -187,11 +187,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1684420343, - "narHash": "sha256-YTyBmf1U0gDHLcgs5NVgv7yxKPItpOFN8+C1ODua2GI=", + "lastModified": 1684490584, + "narHash": "sha256-Mb1Qy+py0OHJ42ZpUVO4KUPVUKuDp+Igt0U6hafvxD0=", "owner": "wamserma", "repo": "flake-programs-sqlite", - "rev": "75beb26facfa1b3231000fcee816ad3d2bace384", + "rev": "ad44c0a27f9418d2bee9a515e861abfe662e2118", "type": "github" }, "original": { diff --git a/hosts/laptop/cfg.nix b/hosts/laptop/cfg.nix index eefde8b..2b4023a 100644 --- a/hosts/laptop/cfg.nix +++ b/hosts/laptop/cfg.nix @@ -104,7 +104,11 @@ ]; home-manager.users.tzlil = { - home.packages = [pkgs.schildichat-desktop pkgs.qutebrowser pkgs.keepassxc]; + home.packages = [pkgs.schildichat-desktop pkgs.keepassxc]; + programs.qutebrowser = { + enable = true; + settings.colors.webpage.darkmode.enabled = true; + }; }; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; diff --git a/profiles/core.nix b/profiles/core.nix index 1b18855..3eca577 100644 --- a/profiles/core.nix +++ b/profiles/core.nix @@ -29,7 +29,7 @@ age.identityPaths = ["/nix/persist/etc/ssh/ssh_host_ed25519_key"]; # causing issues, fix this - #programs.command-not-found.dbPath = inputs.programsdb.packages.${pkgs.system}.programs-sqlite; + programs.command-not-found.dbPath = inputs.programsdb.packages.${pkgs.system}.programs-sqlite; # save uid/guid environment.persistence."/nix/persist".directories = ["/var/lib/nixos"]; -- cgit 1.4.1