first commit
This commit is contained in:
5
homeManagerModules/gui/alacritty.nix
Normal file
5
homeManagerModules/gui/alacritty.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{config, pkgs, ...}: {
|
||||
programs.alacritty = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
15
homeManagerModules/gui/qutebrowser.nix
Normal file
15
homeManagerModules/gui/qutebrowser.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{config, pkgs, ...}: {
|
||||
programs.qutebrowser = {
|
||||
enable = true;
|
||||
quickmarks = {
|
||||
nixpkgs = "https://search.nixos.org/packages";
|
||||
home-manager = "https://nix-community.github.io/home-manager/options.xhtml";
|
||||
};
|
||||
settings = {
|
||||
colors = {
|
||||
webpage.preferred_color_scheme = "dark";
|
||||
};
|
||||
content.blocking.method = "adblock";
|
||||
};
|
||||
};
|
||||
}
|
||||
5
homeManagerModules/gui/zathura.nix
Normal file
5
homeManagerModules/gui/zathura.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{config, pkgs, ...}: {
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user