non important commit
This commit is contained in:
parent
a0adbf3f7a
commit
224e67c4e6
2 changed files with 6 additions and 0 deletions
|
|
@ -20,6 +20,7 @@
|
||||||
../modules/communication.nix
|
../modules/communication.nix
|
||||||
../modules/rice.nix
|
../modules/rice.nix
|
||||||
../modules/shells.nix
|
../modules/shells.nix
|
||||||
|
../modules/passwords.nix
|
||||||
../modules/create-project/create-project.nix
|
../modules/create-project/create-project.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
5
home/modules/passwords.nix
Normal file
5
home/modules/passwords.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
keepassxc
|
||||||
|
];
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue