Update
This commit is contained in:
parent
fad7c6e46d
commit
c410d04e1a
@ -81,7 +81,7 @@ It's a simple way to manage your system configuration and dotfiles.
|
|||||||
| | eza |
|
| | eza |
|
||||||
| | zoxide |
|
| | zoxide |
|
||||||
| | fzf |
|
| | fzf |
|
||||||
| Editor | nixvim |
|
| Editor | neovim(nixvim)|
|
||||||
| File manager | lf |
|
| File manager | lf |
|
||||||
| | thunar |
|
| | thunar |
|
||||||
| Browser | qutebrowser |
|
| Browser | qutebrowser |
|
||||||
@ -107,7 +107,7 @@ In your hosts configuration, you should add a `variables.nix` file to manage you
|
|||||||
- the theme: will be used in programs and for GTK and QT themes
|
- the theme: will be used in programs and for GTK and QT themes
|
||||||
- ... (check the `hosts/guest/variables.nix` file for more information)
|
- ... (check the `hosts/guest/variables.nix` file for more information)
|
||||||
|
|
||||||
PS: To apply the theme to duckduckgo, follow the instructions in `$HOME/.config/duckduckgo-colorscheme.js`.
|
PS: To apply the theme to duckduckgo, follow the instructions in `$HOME/.duckduckgo-colorscheme.js`.
|
||||||
|
|
||||||
## Scripts
|
## Scripts
|
||||||
|
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
{ config, ... }: {
|
{ config, ... }: {
|
||||||
|
home.file.".duckduckgo-colorscheme.js".text = ''
|
||||||
xdg.configFile."duckduckgo-colorscheme.js".text = ''
|
|
||||||
// Go to DuckDuckGo settings page, open the console, paste the code and hit enter.
|
// Go to DuckDuckGo settings page, open the console, paste the code and hit enter.
|
||||||
// based on https://ddg.codingcodax.dev/
|
// based on https://ddg.codingcodax.dev/
|
||||||
// Cookies string for your theme
|
// Cookies string for your theme
|
||||||
|
Loading…
Reference in New Issue
Block a user