This website requires JavaScript.
Explore
Help
Sign in
adtya
/
configuration.nix
Watch
1
Star
0
Fork
You've already forked configuration.nix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
365d0b6012
configuration.nix
/
hosts
/
skipper
/
services
/
udev.nix
7 lines
112 B
Nix
Raw
Normal View
History
Unescape
Escape
reformat with nixpkgs-fmt
2023-11-04 16:12:45 +05:30
{
pkgs
,
.
.
.
}:
{
refactor
2023-04-07 20:47:01 +05:30
services
.
udev
=
{
enable
=
true
;
reformat with nixpkgs-fmt
2023-11-04 16:12:45 +05:30
packages
=
[
pkgs
.
yubikey-personalization
]
;
refactor
2023-04-07 20:47:01 +05:30
}
;
}
Reference in a new issue
Copy permalink