fix indent
This commit is contained in:
parent
2448f2fc1b
commit
2a2da02afa
2 changed files with 11 additions and 13 deletions
|
|
@ -4,8 +4,8 @@
|
|||
fontconfig = {
|
||||
defaultFonts = {
|
||||
serif = ["NotoSerif"];
|
||||
sansSerif = ["NotoSans"];
|
||||
monospace = ["CascadiaCode"];
|
||||
sansSerif = ["NotoSans"];
|
||||
monospace = ["CascadiaCode"];
|
||||
};
|
||||
};
|
||||
fonts = with pkgs; [
|
||||
|
|
@ -29,9 +29,7 @@
|
|||
lightdm.enable = lib.mkForce false;
|
||||
startx.enable = true;
|
||||
};
|
||||
desktopManager = {
|
||||
xterm.enable = false;
|
||||
};
|
||||
desktopManager.xterm.enable = false;
|
||||
libinput.enable = true;
|
||||
config = ''
|
||||
Section "InputClass"
|
||||
|
|
@ -46,14 +44,14 @@
|
|||
enable = true;
|
||||
package = pkgs.i3-gaps;
|
||||
extraPackages = with pkgs; [
|
||||
dunst
|
||||
feh
|
||||
lxappearance
|
||||
maim
|
||||
picom
|
||||
polybar
|
||||
dunst
|
||||
feh
|
||||
lxappearance
|
||||
maim
|
||||
picom
|
||||
polybar
|
||||
rofi
|
||||
xclip
|
||||
xclip
|
||||
];
|
||||
};
|
||||
xkbOptions = "ctrl:swapescape";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue