Compare commits

..

No commits in common. "1f599ab18f022a15d5dd6f7782e4da43163eb5d9" and "457d28cf50ab094ce09b71c87224061537190844" have entirely different histories.

5 changed files with 39 additions and 17 deletions

View file

@ -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"

34
flake.lock generated
View file

@ -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",

View file

@ -12,6 +12,7 @@ in
enable = true;
settings = {
main = {
dpi-aware = "yes";
font = "Fira Code Nerd Font Mono:size=10";
};
mouse = {

View file

@ -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";

View file

@ -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";