dead imports

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-04-18 01:03:57 +02:00
parent 5e0dd70cfa
commit 9429c9f93b
7 changed files with 8 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{pkgs, ...}: { {
programs.brave = { programs.brave = {
enable = true; enable = true;
commandLineArgs = [ commandLineArgs = [
+1 -1
View File
@@ -10,7 +10,7 @@
config, config,
... ...
}: let }: let
configDirectory = config.var.configDirectory; inherit (config.var) configDirectory;
nixy = nixy =
pkgs.writeShellScriptBin "nixy" pkgs.writeShellScriptBin "nixy"
+2 -2
View File
@@ -198,7 +198,7 @@
++ [ ++ [
{ {
isRoot = false; isRoot = false;
item = item; inherit item;
} }
]; ];
pending = []; pending = [];
@@ -244,7 +244,7 @@
) )
bookmarkList); bookmarkList);
privateBookmarksPath = config.qutebrowser.privateBookmarksPath; inherit (config.qutebrowser) privateBookmarksPath;
in { in {
options.qutebrowser.privateBookmarksPath = lib.mkOption { options.qutebrowser.privateBookmarksPath = lib.mkOption {
type = lib.types.nullOr lib.types.str; type = lib.types.nullOr lib.types.str;
+1 -1
View File
@@ -1,4 +1,4 @@
{...}: { {
programs.qutebrowser.searchEngines = rec { programs.qutebrowser.searchEngines = rec {
startpage = "https://www.startpage.com/sp/search?q={}"; startpage = "https://www.startpage.com/sp/search?q={}";
+1 -1
View File
@@ -1,4 +1,4 @@
{...}: { {
xdg.dataFile = { xdg.dataFile = {
# Startpage - hide sponsored results # Startpage - hide sponsored results
"qutebrowser/greasemonkey/startpage-no-ads.user.js".source = "qutebrowser/greasemonkey/startpage-no-ads.user.js".source =
+1 -1
View File
@@ -5,7 +5,7 @@
inputs, inputs,
... ...
}: let }: let
home = inputs.home-manager.lib.home; inherit (inputs.home-manager.lib) home;
in { in {
imports = [inputs.sops-nix.homeManagerModules.sops]; imports = [inputs.sops-nix.homeManagerModules.sops];
+1 -5
View File
@@ -1,8 +1,4 @@
{ {config, ...}: {
pkgs,
config,
...
}: {
imports = [ imports = [
# Mostly user-specific configuration # Mostly user-specific configuration
./variables.nix ./variables.nix