mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-07-12 09:57:46 +02:00
more
This commit is contained in:
parent
5155a92f1e
commit
5498c8b76e
2 changed files with 5 additions and 1 deletions
|
|
@ -7,6 +7,8 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
programs.neovim.enable = true;
|
programs.neovim.enable = true;
|
||||||
|
programs.neovim.withRuby = false;
|
||||||
|
programs.neovim.withPython3 = false;
|
||||||
home.file.".cargo/config.toml" = {
|
home.file.".cargo/config.toml" = {
|
||||||
text = ''
|
text = ''
|
||||||
[target.x86_64-unknown-linux-gnu]
|
[target.x86_64-unknown-linux-gnu]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{ pkgs, ... }: {
|
{ pkgs, config, ... }: {
|
||||||
programs.firefox = {
|
programs.firefox = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
configPath = "${config.xdg.configHome}/mozilla/firefox";
|
||||||
profiles = {
|
profiles = {
|
||||||
nora = {
|
nora = {
|
||||||
id = 0;
|
id = 0;
|
||||||
|
|
@ -12,6 +13,7 @@
|
||||||
tampermonkey
|
tampermonkey
|
||||||
sidebery
|
sidebery
|
||||||
darkreader
|
darkreader
|
||||||
|
sponsorblock
|
||||||
];
|
];
|
||||||
|
|
||||||
bookmarks = {
|
bookmarks = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue