Disable console
This commit is contained in:
parent
5facd1263f
commit
f2ba4730bd
2 changed files with 13 additions and 18 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue