Disable console

This commit is contained in:
Invariantspace 2024-07-19 23:11:35 -07:00
parent 5facd1263f
commit f2ba4730bd
No known key found for this signature in database
GPG key ID: EBC4A20067373921
2 changed files with 13 additions and 18 deletions

View file

@ -6,6 +6,8 @@ let
usrPwdFile = "users/${usr}/password";
in
{
console.enable = false;
fonts = {
fontDir.enable = true;
fontconfig.defaultFonts = {
@ -25,15 +27,13 @@ in
users.${usr} = { config, osConfig, pkgs, ... }:
{
home = {
file = {
kvantum = {
enable = config.programs.plasma.enable;
target = ".config/Kvantum/kvantum.kvconfig";
text = ''
[General]
theme=Sweet-Ambar-Blue
'';
};
file.kvantum = {
enable = config.programs.plasma.enable;
target = ".config/Kvantum/kvantum.kvconfig";
text = ''
[General]
theme=Sweet-Ambar-Blue
'';
};
packages = with pkgs; [
dua
@ -122,12 +122,7 @@ in
i18n = {
defaultLocale = "zh_CN.UTF-8";
supportedLocales = [
"C.UTF-8/UTF-8"
"en_US.UTF-8/UTF-8"
"ja_JP.UTF-8/UTF-8"
"zh_CN.UTF-8/UTF-8"
];
supportedLocales = [ "all" ];
};
programs = {