🤷
This commit is contained in:
parent
4a2f55e11d
commit
7e34c66f3d
4 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
|||
{ lib, pkgs, ... }: {
|
||||
boot.plymouth = let theme = "flame"; in {
|
||||
{ lib, pkgs, ... }:
|
||||
let theme = "owl"; in {
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
themePackages = lib.mkDefault [
|
||||
(pkgs.adi1090x-plymouth-themes.override { selected_themes = [ theme ]; })
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
LC_TIME = "en_IN.UTF-8";
|
||||
LC_ALL = "en_IN.UTF-8";
|
||||
};
|
||||
supportedLocales = [ "en_IN/UTF-8" "en_US.UTF-8/UTF-8" "ml_IN/UTF-8" ];
|
||||
supportedLocales = [ "ml_IN/UTF-8" "en_IN/UTF-8" "en_US.UTF-8/UTF-8" ];
|
||||
};
|
||||
|
||||
services.xserver.xkb = {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
_: let persistant-path = "/persist/system"; in {
|
||||
_:
|
||||
let persistant-path = "/persist/system"; in {
|
||||
environment = {
|
||||
etc = {
|
||||
"machine-id" = {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
_: {
|
||||
imports = [ ./libvirtd.nix ./docker.nix ];
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue