mirror of
https://github.com/larstvei/nix-config.git
synced 2025-10-13 14:30:12 +00:00
Change default layout
This commit is contained in:
parent
e28ccbd5ad
commit
82271330c4
@ -1,4 +1,3 @@
|
|||||||
{ ... }:
|
|
||||||
{
|
{
|
||||||
programs.kitty.enable = true;
|
programs.kitty.enable = true;
|
||||||
|
|
||||||
@ -16,6 +15,7 @@
|
|||||||
border_size = 2;
|
border_size = 2;
|
||||||
"col.active_border" = "0xFF81A1C1";
|
"col.active_border" = "0xFF81A1C1";
|
||||||
"col.inactive_border" = "0xFF677691";
|
"col.inactive_border" = "0xFF677691";
|
||||||
|
layout = "master";
|
||||||
};
|
};
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
|
Loading…
Reference in New Issue
Block a user