disable xserver
This commit is contained in:
parent
150b3f79d6
commit
155d78a407
15 changed files with 532 additions and 176 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }: {
|
||||
{ pkgs, inputs, ... }: {
|
||||
programs = {
|
||||
neovim = {
|
||||
enable = true;
|
||||
|
|
@ -27,7 +27,6 @@
|
|||
"font.name.monospace.zh-TW" = "Noto Sans Mono CJK TC";
|
||||
};
|
||||
|
||||
|
||||
# firefox = {
|
||||
# enable = true;
|
||||
# languagePacks = [
|
||||
|
|
@ -42,4 +41,5 @@
|
|||
# };
|
||||
# };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue