fix indent attempt #2

This commit is contained in:
LavaDesu 2021-05-11 18:36:46 +07:00
parent 2a2da02afa
commit 84e82e429a
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 11 additions and 11 deletions

View file

@ -4,8 +4,8 @@
fontconfig = {
defaultFonts = {
serif = ["NotoSerif"];
sansSerif = ["NotoSans"];
monospace = ["CascadiaCode"];
sansSerif = ["NotoSans"];
monospace = ["CascadiaCode"];
};
};
fonts = with pkgs; [
@ -44,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";

View file

@ -24,7 +24,7 @@
repo = "picom";
owner = "ibhagwan";
rev = "60eb00ce1b52aee46d343481d0530d5013ab850b";
sha256 = "1m17znhl42sa6ry31yiy05j5ql6razajzd6s3k2wz4c63rc2fd1w";
sha256 = "1m17znhl42sa6ry31yiy05j5ql6razajzd6s3k2wz4c63rc2fd1w";
};
});
})
@ -32,7 +32,7 @@
nixpkgs.config.allowUnfree = true;
# set in flakes-secrets
# time.timeZone = "";
# time.timeZone = "";
i18n.defaultLocale = "en_GB.UTF-8";
sound.enable = true;