summaryrefslogtreecommitdiff
path: root/modules/sway.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2025-01-26 01:39:08 +0100
committerGrisha Shipunov2025-01-26 01:48:12 +0100
commitc9ddbcbc87f8be4510ba5a8acb6cc82058c01f1c (patch)
tree1ed7a6b7a6c3b9b57ed732706a25da8ba4179082 /modules/sway.nix
parentf1f292bcedec080b7416d41a0cf4c5df8b5840d0 (diff)
cleanup
Diffstat (limited to 'modules/sway.nix')
-rw-r--r--modules/sway.nix42
1 files changed, 1 insertions, 41 deletions
diff --git a/modules/sway.nix b/modules/sway.nix
index f536bcb..1ce6f63 100644
--- a/modules/sway.nix
+++ b/modules/sway.nix
@@ -3,6 +3,7 @@
{
imports = [
./desktop-software.nix
+ ./fonts.nix
];
environment.systemPackages = with pkgs; [
screen-message
@@ -25,47 +26,6 @@
audacity
];
- #on the desktop, we need nice fonts ^^
- fonts.packages = with pkgs; [
- monoid
- font-awesome
- dejavu_fonts
- julia-mono
- uw-ttyp0
- gohufont
- spleen
- terminus_font
- creep
- corefonts
- dina-font
- fira
- fira-mono
- hack-font
- liberation_ttf
- noto-fonts
- noto-fonts-cjk-sans
- noto-fonts-emoji
- noto-fonts-extra
- proggyfonts
- symbola
- open-sans
- twemoji-color-font
- twitter-color-emoji
- iosevka
- nerd-fonts.hack
- ];
-
- fonts.enableDefaultPackages = true;
- fonts.fontconfig = {
- enable = true;
- allowBitmaps = true;
- useEmbeddedBitmaps = true;
- defaultFonts.emoji = [
- "Noto Color Emoji"
- "Twitter Color Emoji"
- ];
- };
-
# Enable sound.
security.rtkit.enable = true;