fix indent attempt #2
This commit is contained in:
parent
2a2da02afa
commit
84e82e429a
2 changed files with 11 additions and 11 deletions
|
|
@ -4,8 +4,8 @@
|
||||||
fontconfig = {
|
fontconfig = {
|
||||||
defaultFonts = {
|
defaultFonts = {
|
||||||
serif = ["NotoSerif"];
|
serif = ["NotoSerif"];
|
||||||
sansSerif = ["NotoSans"];
|
sansSerif = ["NotoSans"];
|
||||||
monospace = ["CascadiaCode"];
|
monospace = ["CascadiaCode"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
fonts = with pkgs; [
|
fonts = with pkgs; [
|
||||||
|
|
@ -44,14 +44,14 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.i3-gaps;
|
package = pkgs.i3-gaps;
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
dunst
|
dunst
|
||||||
feh
|
feh
|
||||||
lxappearance
|
lxappearance
|
||||||
maim
|
maim
|
||||||
picom
|
picom
|
||||||
polybar
|
polybar
|
||||||
rofi
|
rofi
|
||||||
xclip
|
xclip
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
xkbOptions = "ctrl:swapescape";
|
xkbOptions = "ctrl:swapescape";
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
repo = "picom";
|
repo = "picom";
|
||||||
owner = "ibhagwan";
|
owner = "ibhagwan";
|
||||||
rev = "60eb00ce1b52aee46d343481d0530d5013ab850b";
|
rev = "60eb00ce1b52aee46d343481d0530d5013ab850b";
|
||||||
sha256 = "1m17znhl42sa6ry31yiy05j5ql6razajzd6s3k2wz4c63rc2fd1w";
|
sha256 = "1m17znhl42sa6ry31yiy05j5ql6razajzd6s3k2wz4c63rc2fd1w";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue