wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-21 16:42:34 +01:00
parent c2dd8c26f5
commit 8da71cfe23
4 changed files with 9 additions and 5 deletions

View file

@ -58,7 +58,7 @@
font = { font = {
package = pkgs.adwaita-fonts; package = pkgs.adwaita-fonts;
name = "Adwaita Sans"; name = "Adwaita Sans";
size = 12; size = 11;
}; };
iconTheme = { iconTheme = {
package = pkgs.reversal-icon-theme; package = pkgs.reversal-icon-theme;

View file

@ -13,7 +13,7 @@ function M.apply_to_config(config)
if hn == "dnsc-machine" then if hn == "dnsc-machine" then
config.font = wezterm.font("VictorMono Nerd Font", { weight = "DemiBold" }) config.font = wezterm.font("VictorMono Nerd Font", { weight = "DemiBold" })
config.font_size = 15.5 config.font_size = 15.5
config.window_decorations = "RESIZE" config.window_decorations = "NONE"
config.window_padding = helpers.get_padding(18, 6) config.window_padding = helpers.get_padding(18, 6)
config.window_background_opacity = 0.95 config.window_background_opacity = 0.95
end end

View file

@ -1,6 +1,10 @@
{ config, ... }:
{ {
# Source niri config # Source niri config
xdg.configFile."niri/config.kdl".source = ./config.kdl; xdg.configFile."niri" = {
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dev/nix-config/modules/wm/niri";
};
# Additional setup # Additional setup
services.polkit-gnome.enable = true; services.polkit-gnome.enable = true;

View file

@ -67,8 +67,8 @@ output "DP-3" {
} }
cursor { cursor {
x-cursor-theme "Bibata-Modern-Ice" xcursor-theme "Bibata-Modern-Ice"
x-cursor-size 24 xcursor-size 24
hide-when-typing hide-when-typing
hide-after-inactive-ms 1000 hide-after-inactive-ms 1000
} }