aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config/dunst/dunstrc2
-rw-r--r--config/qutebrowser/homepage/index.html2
-rw-r--r--config/qutebrowser/ui.py2
-rw-r--r--configuration.nix8
4 files changed, 10 insertions, 4 deletions
diff --git a/config/dunst/dunstrc b/config/dunst/dunstrc
index 36a7a91..a8da50a 100644
--- a/config/dunst/dunstrc
+++ b/config/dunst/dunstrc
@@ -1,5 +1,5 @@
[global]
- font = JetBrainsMono Nerd Font, Font Awesome 5 Free Solid, Font Awesome 5 Free Regular, Font Awesome 5 Brands 11
+ font = monospace, Font Awesome 5 Free Solid, Font Awesome 5 Free Regular, Font Awesome 5 Brands 11
# Allow a small subset of html markup:
# <b>bold</b>
diff --git a/config/qutebrowser/homepage/index.html b/config/qutebrowser/homepage/index.html
index e703030..6cadc9e 100644
--- a/config/qutebrowser/homepage/index.html
+++ b/config/qutebrowser/homepage/index.html
@@ -15,7 +15,7 @@
padding: 0;
background-color: var(--col-primary);
color: #fff;
- font-family: JetBrains Mono, sans-serif;
+ font-family: CozetteVector, monospace;
}
html, body, body * { box-sizing: border-box }
diff --git a/config/qutebrowser/ui.py b/config/qutebrowser/ui.py
index db59e76..6378c2d 100644
--- a/config/qutebrowser/ui.py
+++ b/config/qutebrowser/ui.py
@@ -15,7 +15,7 @@ def read_xresources(prefix):
xresources = read_xresources('*')
-c.fonts.default_family = 'JetBrainsMono Nerd Font'
+c.fonts.default_family = 'monospace'
c.fonts.default_size = '12px'
c.colors.webpage.preferred_color_scheme = 'dark'
diff --git a/configuration.nix b/configuration.nix
index 7f94e62..5ce909c 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -15,6 +15,7 @@
./modules/sound
./modules/notifications
./modules/kakoune
+ ./modules/tmux
# ./modules/ai
];
@@ -123,6 +124,9 @@
enable = true;
autorun = false;
displayManager.startx.enable = true;
+ # Keyboard config
+ autoRepeatDelay = 350;
+ autoRepeatInterval = 30;
};
services.libinput = {
enable = true;
@@ -134,6 +138,8 @@
fonts.packages = with pkgs; [
# nerd-fonts._3270
nerd-fonts.jetbrains-mono
+ miracode
+ monocraft
cozette
noto-fonts-color-emoji
inter
@@ -163,7 +169,7 @@
auto-optimise-store = true;
};
nix.gc = {
- automatic = true;
+ automatic = false;
dates = "weekly";
};
nix.extraOptions = ''