mirror of
https://github.com/wlcx/home.git
synced 2025-10-11 22:43:44 +01:00
Separate laptops profile, add password-store
This commit is contained in:
parent
73487f0988
commit
8d1dea1ccf
1
home/passwords.nix
Normal file
1
home/passwords.nix
Normal file
@ -0,0 +1 @@
|
||||
{ ... }: { programs.password-store.enable = true; }
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
dev = { ... }: {
|
||||
imports = [ ./default.nix ./git.nix ./macs.nix ./rust.nix ./vim.nix ];
|
||||
dev = { ... }: { imports = [ ./default.nix ./git.nix ./rust.nix ./vim.nix ]; };
|
||||
laptop = { ... }: {
|
||||
imports = [ ./default.nix ./git.nix ./macs.nix ./rust.nix ./vim.nix ./passwords.nix ];
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user