Move pass.nix into accounts subdirectory

This commit is contained in:
Evie Litherland-Smith 2023-12-21 11:31:36 +00:00
parent c3b787ce18
commit 0f4cf52669
3 changed files with 1 additions and 6 deletions

View file

@ -30,7 +30,6 @@
./home/default.nix
./home/emacs.nix
./home/firefox.nix
./home/pass.nix
];
stateVersion = "23.05";
};

View file

@ -1,5 +1 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./email.nix ./calendar.nix ./contact.nix ];
}
{ ... }: { imports = [ ./pass.nix ./email.nix ./calendar.nix ./contact.nix ]; }