mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add vbc-nix input
This commit is contained in:
parent
431cd97efe
commit
f7bcd89aa2
7 changed files with 73 additions and 4 deletions
|
|
@ -296,6 +296,10 @@ When setting this option normally, the password would normally be written world-
|
|||
flake = false;
|
||||
inputs = { };
|
||||
};
|
||||
vbc-nix = {
|
||||
url = "git+ssh://git@github.com/vbc-it/vbc-nix.git?ref=main";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nix-topology.url = "github:oddlama/nix-topology";
|
||||
#+end_src
|
||||
** let
|
||||
|
|
@ -3815,6 +3819,7 @@ When adding a new entry here, do not forget to add it in the default output of t
|
|||
// (modifications final prev)
|
||||
// (nixpkgs-stable final prev)
|
||||
// (zjstatus final prev)
|
||||
// (inputs.vbc-nix.overlays.default final prev)
|
||||
// (inputs.nur.overlays.default final prev)
|
||||
// (inputs.emacs-overlay.overlay final prev)
|
||||
// (inputs.nix-topology.overlays.default final prev)
|
||||
|
|
@ -8755,6 +8760,8 @@ This is just a separate container for derivations defined in [[#h:64a5cc16-6b16-
|
|||
swarsel-bootstrap
|
||||
swarsel-displaypower
|
||||
swarselzellij
|
||||
|
||||
rustdesk-vbc
|
||||
];
|
||||
}
|
||||
#+end_src
|
||||
|
|
@ -8890,6 +8897,14 @@ TODO: Non-NixOS machines (=sp3) should not use these by default, but instead the
|
|||
categories = [ "Application" ];
|
||||
};
|
||||
|
||||
rustdesk-vbc = {
|
||||
name = "Rustdesk VBC";
|
||||
genericName = "rustdesk-vbc";
|
||||
exec = "rustdesk-vbc";
|
||||
terminal = false;
|
||||
categories = [ "Application" ];
|
||||
};
|
||||
|
||||
anki = {
|
||||
name = "Anki Flashcards";
|
||||
genericName = "Anki";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue