Add home-manager flake module and update imports
Comment out grub2-theme and nextcloud home-manager config
This commit is contained in:
parent
a7a1763fe0
commit
97b63074f0
4 changed files with 15 additions and 13 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
inputs,
|
||||
lib,
|
||||
namespace,
|
||||
config,
|
||||
|
|
@ -36,11 +37,11 @@ in {
|
|||
systemd-boot.enable = false;
|
||||
grub.enable = mkDefault true;
|
||||
|
||||
grub2-theme = {
|
||||
enable = true;
|
||||
theme = "vimix";
|
||||
footer = true;
|
||||
};
|
||||
# grub2-theme = {
|
||||
# enable = true;
|
||||
# theme = "vimix";
|
||||
# footer = true;
|
||||
# };
|
||||
};
|
||||
|
||||
supportedFilesystems = ["nfs"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue