1
0
Fork 0

Get rid of Schildichat

This commit is contained in:
Aires 2024-06-06 10:35:15 -04:00
parent 8fa2a20e8c
commit 757053b7f2
2 changed files with 6 additions and 7 deletions

View file

@ -22,9 +22,6 @@ with lib;
]; ];
host.ui.flatpak.enable = true; host.ui.flatpak.enable = true;
services.flatpak.packages = [ services.flatpak.packages = [ "com.discordapp.Discord" ];
"com.discordapp.Discord"
"chat.schildi.desktop"
];
}; };
} }

View file

@ -9,9 +9,11 @@
enable = true; enable = true;
syntaxHighlight = true; syntaxHighlight = true;
nanorc = '' nanorc = ''
set linenumbers set linenumbers
set tabsize 4 set tabsize 4
set softwrap set softwrap
set autoindent
set indicator
''; '';
}; };