Compare commits

..

No commits in common. "79216e39e3ff952bb646aae15f9bdb2c60697070" and "185e04287d682468c69b5037b3aecdd363394c75" have entirely different histories.

5 changed files with 18 additions and 14 deletions

8
flake.lock generated
View file

@ -6856,11 +6856,11 @@
"stylix": "stylix_8"
},
"locked": {
"lastModified": 1779115194,
"narHash": "sha256-lDErrnCaaGu+FnnOk4uUfn90aDsWM3lhmgji57PsOaw=",
"lastModified": 1778449158,
"narHash": "sha256-CFmp5RjuwC6OjoSFNE9Fu4kJ526W6Y6G+SEXqRndP/I=",
"ref": "release-25.11",
"rev": "5e963c26ecd71d85b087b302389ec9e5e9c9a0dc",
"revCount": 78,
"rev": "d953dd7f8a5d66dc1e98976a9d9a3f76f8e649bc",
"revCount": 72,
"type": "git",
"url": "https://git.sid.ovh/sid/synix.git"
},

View file

@ -1,8 +0,0 @@
{
wayland.windowManager.hyprland.applications.password-manager.default = "rofi-rbw";
programs.rbw.settings = {
email = "sid@sid.ovh";
base_url = "https://pw.sid.ovh";
};
}

View file

@ -8,11 +8,11 @@
{
imports = [
# ./anyrun.nix
./bitwarden.nix
./flatpak.nix
./fzf-open.nix
./gpg.nix
./hyprland.nix
./librewolf.nix
./newsboat.nix
./obs-studio.nix
./opencode.nix

View file

@ -0,0 +1,13 @@
{ inputs, pkgs, ... }:
let
inherit (pkgs.stdenv.hostPlatform) system;
in
{
programs.librewolf = {
profiles.default.extensions.packages =
with inputs.nur.legacyPackages."${system}".repos.rycee.firefox-addons; [
zotero-connector
];
};
}

View file

@ -8,7 +8,6 @@
programs.nixvim = {
enable = true;
plugins = {
csvview.enable = true;
direnv.enable = true;
avante = {
enable = true;