Use zathura
This commit is contained in:
parent
8abce96bab
commit
f2e2700acb
3 changed files with 44 additions and 8 deletions
|
|
@ -31,6 +31,7 @@ in
|
||||||
enableAliases = true;
|
enableAliases = true;
|
||||||
};
|
};
|
||||||
fish.enable = true;
|
fish.enable = true;
|
||||||
|
fzf.enable = true;
|
||||||
git = {
|
git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
|
|
||||||
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -39,11 +39,11 @@
|
||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1699781810,
|
"lastModified": 1700927249,
|
||||||
"narHash": "sha256-LD+PIUbm1yQmQmGIbSsc/PB1dtJtGqXFgxRc1C7LlfQ=",
|
"narHash": "sha256-iqmIWiEng890/ru7ZBf4nUezFPyRm2fjRTvuwwxqk2o=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "disko",
|
"repo": "disko",
|
||||||
"rev": "2d7d77878c5d70f66f3d676ff66708d8d4f9d7df",
|
"rev": "3cb78c93e6a02f494aaf6aeb37481c27a2e2ee22",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -124,11 +124,11 @@
|
||||||
"nixpkgs": "nixpkgs_3"
|
"nixpkgs": "nixpkgs_3"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700695018,
|
"lastModified": 1700847865,
|
||||||
"narHash": "sha256-MAiPLgBF4GLzSOlhnPCDWkWW5CDx4i7ApIYaR+TwTVg=",
|
"narHash": "sha256-uWaOIemGl9LF813MW0AEgCBpKwFo2t1Wv3BZc6e5Frw=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "134deb46abd5d0889d913b8509413f6f38b0811e",
|
"rev": "8cedd63eede4c22deb192f1721dd67e7460e1ebe",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,6 @@
|
||||||
libsForQt5.qt5.qtwebsockets
|
libsForQt5.qt5.qtwebsockets
|
||||||
lutris
|
lutris
|
||||||
nvtop-amd
|
nvtop-amd
|
||||||
mono
|
|
||||||
picard
|
picard
|
||||||
qbittorrent-qt5
|
qbittorrent-qt5
|
||||||
sweet
|
sweet
|
||||||
|
|
@ -25,12 +24,48 @@
|
||||||
kitty = {
|
kitty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
background_opacity = "0.72";
|
background_opacity = "0.96";
|
||||||
remember_window_size = "no";
|
remember_window_size = "no";
|
||||||
};
|
};
|
||||||
theme = "Tokyo Night Moon";
|
theme = "Tokyo Night Moon";
|
||||||
};
|
};
|
||||||
obs-studio.enable = true;
|
obs-studio.enable = true;
|
||||||
|
zathura = {
|
||||||
|
enable = true;
|
||||||
|
options = {
|
||||||
|
notification-error-bg = "#1d2021";
|
||||||
|
notification-error-fg = "#fb4934";
|
||||||
|
notification-warning-bg = "#1d2021";
|
||||||
|
notification-warning-fg = "#fabd2f";
|
||||||
|
notification-bg = "#1d2021";
|
||||||
|
notification-fg = "#b8bb26";
|
||||||
|
completion-bg = "#504945";
|
||||||
|
completion-fg = "#ebdbb2";
|
||||||
|
completion-group-bg = "#3c3836";
|
||||||
|
completion-group-fg = "#928374";
|
||||||
|
completion-highlight-bg = "#83a598";
|
||||||
|
completion-highlight-fg = "#504945";
|
||||||
|
index-bg = "#504945";
|
||||||
|
index-fg = "#ebdbb2";
|
||||||
|
index-active-bg = "#83a598";
|
||||||
|
index-active-fg = "#504945";
|
||||||
|
inputbar-bg = "#1d2021";
|
||||||
|
inputbar-fg = "#ebdbb2";
|
||||||
|
statusbar-bg = "#504945";
|
||||||
|
statusbar-fg = "#ebdbb2";
|
||||||
|
highlight-color = "#fabd2f";
|
||||||
|
highlight-active-color = "#fe8019";
|
||||||
|
default-bg = "#1d2021";
|
||||||
|
default-fg = "#ebdbb2";
|
||||||
|
render-loading = "true";
|
||||||
|
render-loading-bg = "#1d2021";
|
||||||
|
render-loading-fg = "#ebdbb2";
|
||||||
|
recolor = "true";
|
||||||
|
recolor-darkcolor = "#ebdbb2";
|
||||||
|
recolor-lightcolor = "#1d2021";
|
||||||
|
recolor-keephue = "true";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue