From 11d7d065f543ff5f0c1a454ccb224e0fcc769dc0 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sun, 23 Nov 2025 17:33:41 +0100 Subject: [PATCH] wip: dnsc-machine setup --- home/linux.nix | 3 ++- hosts/dnsc-machine/default.nix | 1 - modules/wm/niri/config/config.kdl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/home/linux.nix b/home/linux.nix index 12e58c3..77867d0 100644 --- a/home/linux.nix +++ b/home/linux.nix @@ -22,6 +22,7 @@ xwayland-satellite nerd-fonts.victor-mono adwaita-fonts + noto-fonts-color-emoji bodoni-moda reversal-icon-theme fnm @@ -56,7 +57,7 @@ antialiasing = true; defaultFonts = { monospace = [ "VictorMono Nerd Font" ]; - sansSerif = ["Adwaita Sans"]; + sansSerif = [ "Adwaita Sans" "Noto Color Emoji" ]; serif = ["Bodoni Moda"]; }; }; diff --git a/hosts/dnsc-machine/default.nix b/hosts/dnsc-machine/default.nix index 2ed3d57..9c54e4c 100644 --- a/hosts/dnsc-machine/default.nix +++ b/hosts/dnsc-machine/default.nix @@ -128,7 +128,6 @@ wezterm ghostty fish - pcmanfm pwvucontrol ]; diff --git a/modules/wm/niri/config/config.kdl b/modules/wm/niri/config/config.kdl index 8279aa3..cab4d5e 100644 --- a/modules/wm/niri/config/config.kdl +++ b/modules/wm/niri/config/config.kdl @@ -276,7 +276,7 @@ binds { Mod+Space hotkey-overlay-title="Launcher" { spawn "fuzzel"; } Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; } Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "wezterm start -- btop"; } - Mod+N hotkey-overlay-title="File Manager" { spawn "pcmanfm"; } + Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; } Mod+Alt+L hotkey-overlay-title="Lock the Screen: hyprlock" { spawn "hyprlock"; } // Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.