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;
services.flatpak.packages = [
"com.discordapp.Discord"
"chat.schildi.desktop"
];
services.flatpak.packages = [ "com.discordapp.Discord" ];
};
}

View file

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