fix niri config spacing
This commit is contained in:
parent
0758864078
commit
d931282a35
2 changed files with 16 additions and 10 deletions
|
|
@ -58,13 +58,13 @@ in
|
||||||
if isRotterdam then
|
if isRotterdam then
|
||||||
''
|
''
|
||||||
proportion 0.33333
|
proportion 0.33333
|
||||||
proportion 0.5
|
proportion 0.5
|
||||||
proportion 0.66667
|
proportion 0.66667
|
||||||
''
|
''
|
||||||
else
|
else
|
||||||
''
|
''
|
||||||
proportion 0.5
|
proportion 0.5
|
||||||
proportion 1
|
proportion 1
|
||||||
''
|
''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -116,7 +116,6 @@ in
|
||||||
slowdown 0.3
|
slowdown 0.3
|
||||||
}
|
}
|
||||||
|
|
||||||
// open zen at half window width
|
|
||||||
window-rule {
|
window-rule {
|
||||||
match app-id="zen"
|
match app-id="zen"
|
||||||
default-column-width { proportion ${if isRotterdam then "0.5" else "1"}; }
|
default-column-width { proportion ${if isRotterdam then "0.5" else "1"}; }
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,17 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.git = {
|
programs = {
|
||||||
enable = true;
|
git = {
|
||||||
diff-so-fancy.enable = true;
|
enable = true;
|
||||||
userName = "William";
|
settings.user = {
|
||||||
userEmail = "baduhai@proton.me";
|
name = "William";
|
||||||
|
email = "baduhai@proton.me";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
diff-so-fancy = {
|
||||||
|
enable = true;
|
||||||
|
enableGitIntegration = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue