Back to plasma
This commit is contained in:
parent
4170c92d44
commit
e1145f734c
2 changed files with 4 additions and 2 deletions
|
@ -29,6 +29,8 @@ in {
|
|||
# NOTE: Currently, helix crashes when editing markdown in certain scenarios,
|
||||
# presumably due to an old markdown treesitter grammar
|
||||
# https://github.com/helix-editor/helix/issues/9011
|
||||
# https://github.com/helix-editor/helix/issues/8821
|
||||
# https://github.com/tree-sitter-grammars/tree-sitter-markdown/issues/114
|
||||
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
pkgs,
|
||||
...
|
||||
}: let
|
||||
scale = 1.333333;
|
||||
scale = 1.25;
|
||||
in {
|
||||
networking.hostName = "foxtrot";
|
||||
|
||||
|
@ -20,7 +20,7 @@ in {
|
|||
desktop-usage
|
||||
# gnome
|
||||
printing
|
||||
# kde-plasma
|
||||
kde-plasma
|
||||
podman
|
||||
lutris
|
||||
# postgres
|
||||
|
|
Loading…
Reference in a new issue