moved awesome and hyprland

This commit is contained in:
Charlie Root 2024-05-21 00:04:49 +02:00
commit cfa27ccec4
8 changed files with 111 additions and 126 deletions

View file

@ -10,21 +10,18 @@
noto-fonts-emoji
jetbrains-mono
lexend
];
# What does this do?
enableDefaultPackages = false;
];
# What does this do?
enableDefaultPackages = false;
# this fixes emoji stuff
fontconfig = {
defaultFonts = {
monospace = [
"JetBrainsMono Nerd Font"
"Noto Color Emoji"
];
sansSerif = ["Lexend" "Noto Color Emoji"];
serif = ["Noto Serif" "Noto Color Emoji"];
emoji = ["Noto Color Emoji"];
};
# this fixes emoji stuff
fontconfig = {
defaultFonts = {
monospace = [ "JetBrainsMono Nerd Font" "Noto Color Emoji" ];
sansSerif = [ "Lexend" "Noto Color Emoji" ];
serif = [ "Noto Serif" "Noto Color Emoji" ];
emoji = [ "Noto Color Emoji" ];
};
}
};
};
}