Fluffychat overlay
This commit is contained in:
parent
277951e25f
commit
e39737f6a9
4 changed files with 12 additions and 5 deletions
|
|
@ -44,12 +44,14 @@ in {
|
|||
".local/share/keyrings"
|
||||
".local/share/direnv"
|
||||
".local/share/chat.fluffy.fluffychat"
|
||||
".local/share/fractal"
|
||||
".klei"
|
||||
"Android"
|
||||
{
|
||||
directory = ".var/app";
|
||||
method = "symlink";
|
||||
}
|
||||
".var/app"
|
||||
#{
|
||||
# directory = ".var/app";
|
||||
# method = "symlink";
|
||||
#}
|
||||
{
|
||||
directory = ".local/share/Steam";
|
||||
method = "symlink";
|
||||
|
|
|
|||
|
|
@ -78,6 +78,7 @@ in {
|
|||
font-awesome
|
||||
nerd-fonts.symbols-only
|
||||
hack-font
|
||||
noto-fonts-emoji
|
||||
# microsoft fonts:
|
||||
#corefonts
|
||||
#vistafonts
|
||||
|
|
@ -91,6 +92,7 @@ in {
|
|||
};
|
||||
|
||||
security.polkit.enable = true;
|
||||
services.flatpak = enabled;
|
||||
|
||||
#programs.thunar = {
|
||||
# enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue