Compare commits
No commits in common. "79216e39e3ff952bb646aae15f9bdb2c60697070" and "185e04287d682468c69b5037b3aecdd363394c75" have entirely different histories.
79216e39e3
...
185e04287d
5 changed files with 18 additions and 14 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -6856,11 +6856,11 @@
|
||||||
"stylix": "stylix_8"
|
"stylix": "stylix_8"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1779115194,
|
"lastModified": 1778449158,
|
||||||
"narHash": "sha256-lDErrnCaaGu+FnnOk4uUfn90aDsWM3lhmgji57PsOaw=",
|
"narHash": "sha256-CFmp5RjuwC6OjoSFNE9Fu4kJ526W6Y6G+SEXqRndP/I=",
|
||||||
"ref": "release-25.11",
|
"ref": "release-25.11",
|
||||||
"rev": "5e963c26ecd71d85b087b302389ec9e5e9c9a0dc",
|
"rev": "d953dd7f8a5d66dc1e98976a9d9a3f76f8e649bc",
|
||||||
"revCount": 78,
|
"revCount": 72,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.sid.ovh/sid/synix.git"
|
"url": "https://git.sid.ovh/sid/synix.git"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -8,11 +8,11 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
# ./anyrun.nix
|
# ./anyrun.nix
|
||||||
./bitwarden.nix
|
|
||||||
./flatpak.nix
|
./flatpak.nix
|
||||||
./fzf-open.nix
|
./fzf-open.nix
|
||||||
./gpg.nix
|
./gpg.nix
|
||||||
./hyprland.nix
|
./hyprland.nix
|
||||||
|
./librewolf.nix
|
||||||
./newsboat.nix
|
./newsboat.nix
|
||||||
./obs-studio.nix
|
./obs-studio.nix
|
||||||
./opencode.nix
|
./opencode.nix
|
||||||
|
|
|
||||||
13
users/sid/home/hyprland/librewolf.nix
Normal file
13
users/sid/home/hyprland/librewolf.nix
Normal 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
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -8,7 +8,6 @@
|
||||||
programs.nixvim = {
|
programs.nixvim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = {
|
plugins = {
|
||||||
csvview.enable = true;
|
|
||||||
direnv.enable = true;
|
direnv.enable = true;
|
||||||
avante = {
|
avante = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue