feat: added recovery nixos config
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
den,
|
||||
modules,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
den.aspects.doloro-bootable = {
|
||||
includes = [
|
||||
<den/primary-user>
|
||||
den.aspects.doloro-shared
|
||||
modules.nixvim
|
||||
];
|
||||
homeManager = {
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
btrfs-progs
|
||||
chntpw
|
||||
ddrescue
|
||||
fd
|
||||
gpart
|
||||
ntfs3g
|
||||
parted
|
||||
ranger
|
||||
rsync
|
||||
testdisk
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user