From 95968b90881bc0d2be5ae587f3301de3fb3126af Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Tue, 3 May 2022 15:56:43 +0100 Subject: [PATCH] Chonk --- flake.lock | 12 ++++++------ .../configs/system/helix/config/themes/dracula.toml | 2 +- users/daniel/host-specific/pingbox/default.nix | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 31149cd..4c17414 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ ] }, "locked": { - "lastModified": 1650478719, - "narHash": "sha256-308c2cM4hW9AW6dSQ080ycXGyEJGkG/OwOINkYL9Mnw=", + "lastModified": 1651531343, + "narHash": "sha256-DBJFMNlWcht3jdKE2KVbcy1g/e/yryrSs1qSViQd4lE=", "owner": "nix-community", "repo": "home-manager", - "rev": "93a69d07389311ffd6ce1f4d01836bbc2faec644", + "rev": "0304f0f58b4c538ff704c58d53a778b062810ec7", "type": "github" }, "original": { @@ -60,11 +60,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1650161686, - "narHash": "sha256-70ZWAlOQ9nAZ08OU6WY7n4Ij2kOO199dLfNlvO/+pf8=", + "lastModified": 1651007983, + "narHash": "sha256-GNay7yDPtLcRcKCNHldug85AhAvBpTtPEJWSSDYBw8U=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1ffba9f2f683063c2b14c9f4d12c55ad5f4ed887", + "rev": "e10da1c7f542515b609f8dfbcf788f3d85b14936", "type": "github" }, "original": { diff --git a/users/daniel/configs/system/helix/config/themes/dracula.toml b/users/daniel/configs/system/helix/config/themes/dracula.toml index c830d0e..4021e6f 100644 --- a/users/daniel/configs/system/helix/config/themes/dracula.toml +++ b/users/daniel/configs/system/helix/config/themes/dracula.toml @@ -22,7 +22,7 @@ "ui.background" = { fg = "foreground", bg = "background" } "ui.cursor" = { fg = "background", bg = "orange", modifiers = ["dim"] } "ui.cursor.match" = { fg = "green", modifiers = ["underlined"] } -"ui.cursor.primary" = { fg = "background", bg = "cyan", modifier = ["dim"] } +"ui.cursor.primary" = { fg = "background", bg = "cyan", modifiers = ["dim"] } "ui.help" = { fg = "foreground", bg = "background_dark" } "ui.linenr" = { fg = "comment" } "ui.linenr.selected" = { fg = "foreground" } diff --git a/users/daniel/host-specific/pingbox/default.nix b/users/daniel/host-specific/pingbox/default.nix index 6f2f006..707c73a 100644 --- a/users/daniel/host-specific/pingbox/default.nix +++ b/users/daniel/host-specific/pingbox/default.nix @@ -12,7 +12,7 @@ }; }; - programs.kitty.font.size = 19; + programs.kitty.font.size = 17; services.picom = { enable = true;