mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
add adguardian package
This commit is contained in:
parent
3bc1e3e76e
commit
0359c7cc0c
3 changed files with 25 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ self, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
|
||||
|
@ -58,6 +58,7 @@
|
|||
rustc
|
||||
rustfmt
|
||||
gcc
|
||||
self.packages.x86_64-linux.adguardian-term
|
||||
|
||||
# libs
|
||||
libyubikey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue