removed rnotes

This commit is contained in:
twoneis 2024-01-06 19:30:25 +01:00
parent 109ceb7b27
commit a172bd3fa9
2 changed files with 0 additions and 6 deletions

View file

@ -10,7 +10,6 @@
./gdb ./gdb
./git ./git
./media ./media
./notes
./terminal ./terminal
./utils ./utils
]; ];

View file

@ -1,5 +0,0 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
rnote
];
}