Compare commits
3 commits
185e04287d
...
79216e39e3
| Author | SHA1 | Date | |
|---|---|---|---|
| 79216e39e3 | |||
| 8a6b3a3bb7 | |||
| bcd7b3df28 |
5 changed files with 14 additions and 18 deletions
8
flake.lock
generated
8
flake.lock
generated
|
|
@ -6856,11 +6856,11 @@
|
||||||
"stylix": "stylix_8"
|
"stylix": "stylix_8"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1778449158,
|
"lastModified": 1779115194,
|
||||||
"narHash": "sha256-CFmp5RjuwC6OjoSFNE9Fu4kJ526W6Y6G+SEXqRndP/I=",
|
"narHash": "sha256-lDErrnCaaGu+FnnOk4uUfn90aDsWM3lhmgji57PsOaw=",
|
||||||
"ref": "release-25.11",
|
"ref": "release-25.11",
|
||||||
"rev": "d953dd7f8a5d66dc1e98976a9d9a3f76f8e649bc",
|
"rev": "5e963c26ecd71d85b087b302389ec9e5e9c9a0dc",
|
||||||
"revCount": 72,
|
"revCount": 78,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.sid.ovh/sid/synix.git"
|
"url": "https://git.sid.ovh/sid/synix.git"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
8
users/sid/home/hyprland/bitwarden.nix
Normal file
8
users/sid/home/hyprland/bitwarden.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
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
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
{ 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,6 +8,7 @@
|
||||||
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