Compare commits
3 commits
457d28cf50
...
1f599ab18f
Author | SHA1 | Date | |
---|---|---|---|
1f599ab18f | |||
3c37eda13b | |||
3bef1ca9d1 |
5 changed files with 17 additions and 39 deletions
|
@ -1,3 +1,7 @@
|
|||
[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
34
flake.lock
generated
|
@ -1,23 +1,5 @@
|
|||
{
|
||||
"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": [
|
||||
|
@ -70,26 +52,10 @@
|
|||
},
|
||||
"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",
|
||||
|
|
|
@ -12,7 +12,6 @@ in
|
|||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
dpi-aware = "yes";
|
||||
font = "Fira Code Nerd Font Mono:size=10";
|
||||
};
|
||||
mouse = {
|
||||
|
|
|
@ -5,7 +5,7 @@ with lib;
|
|||
programs.fuzzel = {
|
||||
settings = {
|
||||
main = {
|
||||
font = "Fira Code Nerd Font Mono:size=9";
|
||||
font = "Fira Code Nerd Font Mono:size=12";
|
||||
icon-theme = "Papirus-Dark";
|
||||
width = 60;
|
||||
show-actions = "yes";
|
||||
|
|
|
@ -5,20 +5,29 @@ 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 = "1080,0";
|
||||
scale = 2.0;
|
||||
position = "1235,0";
|
||||
scale = 1.75;
|
||||
}
|
||||
{
|
||||
criteria = "Iiyama North America PL2792UH 1176923201598";
|
||||
mode = "3840x2160";
|
||||
position = "0,0";
|
||||
transform = "90";
|
||||
scale = 2.0;
|
||||
scale = 1.75;
|
||||
}
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue