Fluffychat overlay
This commit is contained in:
parent
277951e25f
commit
e39737f6a9
4 changed files with 12 additions and 5 deletions
|
|
@ -173,7 +173,7 @@ in
|
|||
hide-after-inactive-ms = 10000;
|
||||
};
|
||||
gestures.hot-corners.enable = true;
|
||||
prefer-no-csd = !config.custom.hardware.tablet.enable;
|
||||
prefer-no-csd = true;
|
||||
environment = {
|
||||
XDG_SESSION_TYPE = "wayland";
|
||||
__GL_GSYNC_ALLOWED = "1";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
3
overlays/fluffychat/default.nix
Normal file
3
overlays/fluffychat/default.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{channels, ...}: final: prev: {
|
||||
inherit (channels.unstable) fluffychat;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue