This commit is contained in:
parent
a3e4cd0e13
commit
6a12ea4b0e
8 changed files with 39 additions and 47 deletions
|
@ -1,4 +1,4 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -11,15 +11,6 @@
|
|||
../../users/opdavies.nix
|
||||
];
|
||||
|
||||
features = {
|
||||
cli = {
|
||||
password-store.enable = true;
|
||||
password-store.extensions = with pkgs.passExtensions; [
|
||||
pass-otp
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
wsl = {
|
||||
enable = true;
|
||||
defaultUser = "opdavies";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue