mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-05-20 05:12:34 +02:00
dead imports
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{pkgs, ...}: {
|
||||
{
|
||||
programs.brave = {
|
||||
enable = true;
|
||||
commandLineArgs = [
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
configDirectory = config.var.configDirectory;
|
||||
inherit (config.var) configDirectory;
|
||||
|
||||
nixy =
|
||||
pkgs.writeShellScriptBin "nixy"
|
||||
|
||||
@@ -198,7 +198,7 @@
|
||||
++ [
|
||||
{
|
||||
isRoot = false;
|
||||
item = item;
|
||||
inherit item;
|
||||
}
|
||||
];
|
||||
pending = [];
|
||||
@@ -244,7 +244,7 @@
|
||||
)
|
||||
bookmarkList);
|
||||
|
||||
privateBookmarksPath = config.qutebrowser.privateBookmarksPath;
|
||||
inherit (config.qutebrowser) privateBookmarksPath;
|
||||
in {
|
||||
options.qutebrowser.privateBookmarksPath = lib.mkOption {
|
||||
type = lib.types.nullOr lib.types.str;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{...}: {
|
||||
{
|
||||
programs.qutebrowser.searchEngines = rec {
|
||||
startpage = "https://www.startpage.com/sp/search?q={}";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{...}: {
|
||||
{
|
||||
xdg.dataFile = {
|
||||
# Startpage - hide sponsored results
|
||||
"qutebrowser/greasemonkey/startpage-no-ads.user.js".source =
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
inputs,
|
||||
...
|
||||
}: let
|
||||
home = inputs.home-manager.lib.home;
|
||||
inherit (inputs.home-manager.lib) home;
|
||||
in {
|
||||
imports = [inputs.sops-nix.homeManagerModules.sops];
|
||||
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
{config, ...}: {
|
||||
imports = [
|
||||
# Mostly user-specific configuration
|
||||
./variables.nix
|
||||
|
||||
Reference in New Issue
Block a user