diff --git a/_typos.toml b/_typos.toml index a2f7f59..e5c26af 100644 --- a/_typos.toml +++ b/_typos.toml @@ -1,7 +1,3 @@ -[default] -# Ignore string that look like colors definitions -extend-ignore-re = ['[a-fA-F0-9]{6}'] - [default.extend-words] doas = "doas" edn = "edn" diff --git a/flake.lock b/flake.lock index b2a27c6..c3ab1c9 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,23 @@ { "nodes": { + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1710146030, + "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "home-manager": { "inputs": { "nixpkgs": [ @@ -52,10 +70,26 @@ }, "root": { "inputs": { + "flake-utils": "flake-utils", "home-manager": "home-manager", "nixpkgs": "nixpkgs", "nur": "nur" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root", diff --git a/modules/home-manager/application/foot/default.nix b/modules/home-manager/application/foot/default.nix index 18496b2..b241ef8 100644 --- a/modules/home-manager/application/foot/default.nix +++ b/modules/home-manager/application/foot/default.nix @@ -12,6 +12,7 @@ in enable = true; settings = { main = { + dpi-aware = "yes"; font = "Fira Code Nerd Font Mono:size=10"; }; mouse = { diff --git a/modules/home-manager/desktop/sway/includes/fuzzel.nix b/modules/home-manager/desktop/sway/includes/fuzzel.nix index a788c7e..76cb7fb 100644 --- a/modules/home-manager/desktop/sway/includes/fuzzel.nix +++ b/modules/home-manager/desktop/sway/includes/fuzzel.nix @@ -5,7 +5,7 @@ with lib; programs.fuzzel = { settings = { main = { - font = "Fira Code Nerd Font Mono:size=12"; + font = "Fira Code Nerd Font Mono:size=9"; icon-theme = "Papirus-Dark"; width = 60; show-actions = "yes"; diff --git a/modules/home-manager/desktop/sway/includes/kanshi.nix b/modules/home-manager/desktop/sway/includes/kanshi.nix index d212c4b..389df08 100644 --- a/modules/home-manager/desktop/sway/includes/kanshi.nix +++ b/modules/home-manager/desktop/sway/includes/kanshi.nix @@ -5,29 +5,20 @@ with lib; services.kanshi = { enable = config.modules.desktop.sway.kanshi ; profiles = { - standalone = { - outputs = [ - { - criteria = "eDP-1"; - scale = 1.33; - status = "enable"; - } - ]; - }; home = { outputs = [ { criteria = "Iiyama North America PL2792UH 1166310803122"; mode = "3840x2160"; - position = "1235,0"; - scale = 1.75; + position = "1080,0"; + scale = 2.0; } { criteria = "Iiyama North America PL2792UH 1176923201598"; mode = "3840x2160"; position = "0,0"; transform = "90"; - scale = 1.75; + scale = 2.0; } { criteria = "eDP-1";