moved
This commit is contained in:
parent
de4b14a35d
commit
37346c49e0
23 changed files with 12 additions and 39 deletions
|
|
@ -1,30 +0,0 @@
|
|||
{pkgs, ...}: {
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
configurationLimit = 5;
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
timeout = 5;
|
||||
};
|
||||
tmp = {
|
||||
cleanOnBoot = true;
|
||||
};
|
||||
kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
};
|
||||
|
||||
system.activationScripts.binbash = {
|
||||
deps = [];
|
||||
text = ''
|
||||
mkdir -p /bin
|
||||
if [ ! -e /bin/bash ]; then
|
||||
ln -sf ${pkgs.bash}/bin/bash /bin/bash
|
||||
fi
|
||||
mkdir -p /usr/bin
|
||||
if [ ! -e /usr/bin/env ]; then
|
||||
ln -sf ${pkgs.coreutils}/bin/env /usr/bin/env
|
||||
fi
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue