some changes on stylix
This commit is contained in:
parent
124f7f478b
commit
4e9ed4eb9f
19 changed files with 92 additions and 73 deletions
|
|
@ -2,5 +2,7 @@
|
|||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
profiles.default = { };
|
||||
};
|
||||
stylix.targets.firefox.profileNames = [ "default" ];
|
||||
}
|
||||
|
|
|
|||
6
home/afoucaultc/packages/kitty.nix
Normal file
6
home/afoucaultc/packages/kitty.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
|
||||
services.gpg-agent = {
|
||||
enable = true;
|
||||
pinentry.package = pkgs.pinentry-curses;
|
||||
pinentry.package = pkgs.pinentry-gnome3;
|
||||
};
|
||||
|
||||
services.protonmail-bridge.enable = true;
|
||||
|
|
|
|||
|
|
@ -1,19 +1,18 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
options = {
|
||||
selection-clipboard = "clipboard";
|
||||
# default-bg = "#1e1e2e";
|
||||
# default-fg = "#cdd6f4";
|
||||
};
|
||||
mappings = {
|
||||
# exemple : "<C-r>" = "reload";
|
||||
};
|
||||
};
|
||||
programs.zathura = {
|
||||
enable = true;
|
||||
options = {
|
||||
selection-clipboard = "clipboard";
|
||||
synctex = true;
|
||||
synctex-edit-modifier = "ctrl";
|
||||
};
|
||||
mappings = {
|
||||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
zathura
|
||||
poppler-utils
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
zathura
|
||||
poppler-utils
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@
|
|||
programs.zen-browser = {
|
||||
enable = true;
|
||||
setAsDefaultBrowser = true;
|
||||
profiles.default = { };
|
||||
};
|
||||
stylix.targets.zen-browser.profileNames = [ "default" ];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue