This commit is contained in:
Adithya 2024-12-08 02:30:49 +05:30
parent 4a2f55e11d
commit 7e34c66f3d
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C
4 changed files with 6 additions and 5 deletions

View file

@ -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 ]; })

View file

@ -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 = {

View file

@ -1,4 +1,5 @@
_: let persistant-path = "/persist/system"; in {
_:
let persistant-path = "/persist/system"; in {
environment = {
etc = {
"machine-id" = {

View file

@ -1,4 +1,3 @@
_: {
imports = [ ./libvirtd.nix ./docker.nix ];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
}