miniding changes
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../common
|
../common
|
||||||
|
../common/graphical
|
||||||
];
|
];
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|||||||
@@ -6,6 +6,10 @@
|
|||||||
vSync = true;
|
vSync = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
xsession.windowManager.i3.config.gaps.outer = 6;
|
||||||
|
xsession.windowManager.i3.config.gaps.inner = 5;
|
||||||
|
xsession.windowManager.i3.config.window.border = 2;
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
wallpapers = {
|
wallpapers = {
|
||||||
source = ./wallpapers;
|
source = ./wallpapers;
|
||||||
|
|||||||
@@ -109,8 +109,8 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
gaps = {
|
gaps = {
|
||||||
outer = 10;
|
outer = lib.mkDefault 10;
|
||||||
inner = 5;
|
inner = lib.mkDefault 5;
|
||||||
smartBorders = "on";
|
smartBorders = "on";
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -156,7 +156,7 @@ in {
|
|||||||
terminal = "kitty";
|
terminal = "kitty";
|
||||||
|
|
||||||
window = {
|
window = {
|
||||||
border = 3;
|
border = lib.mkDefault 3;
|
||||||
titlebar = false;
|
titlebar = false;
|
||||||
commands = [
|
commands = [
|
||||||
{ command = "move position center #2116 46"; criteria = { class = "jetbrains-toolbox"; }; }
|
{ command = "move position center #2116 46"; criteria = { class = "jetbrains-toolbox"; }; }
|
||||||
|
|||||||
Reference in New Issue
Block a user