home: neochat -> fractal
This commit is contained in:
parent
d447d04981
commit
7d47e189f8
2 changed files with 4 additions and 4 deletions
|
@ -45,8 +45,8 @@
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
".config/sops/age/keys.txt"
|
".config/sops/age/keys.txt"
|
||||||
".config/KDE/neochat.conf"
|
#".config/KDE/neochat.conf"
|
||||||
".config/neochatrc"
|
#".config/neochatrc"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -3,9 +3,9 @@
|
||||||
(with pkgs; [
|
(with pkgs; [
|
||||||
# Messaging
|
# Messaging
|
||||||
### Matrix
|
### Matrix
|
||||||
libsForQt5.neochat # kinda buggy with window resizing, but it works and its not electron
|
#libsForQt5.neochat # kinda buggy with window resizing, but it works and its not electron
|
||||||
#nheko # wont let me login for some reason
|
#nheko # wont let me login for some reason
|
||||||
#fractal # does not work with Mozilla's SAML login
|
fractal # does not work with Mozilla's SAML login
|
||||||
|
|
||||||
## # vvv 3 UI libraries I dislike vvv
|
## # vvv 3 UI libraries I dislike vvv
|
||||||
#cinny-desktop # # Tauri
|
#cinny-desktop # # Tauri
|
||||||
|
|
Loading…
Reference in a new issue