From 529c6de3013e0e5d79a1606ea7d0160ba6b13b7b Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 4 May 2021 10:45:26 +0200 Subject: [PATCH] Update dependencies --- configurations/i3.nix | 4 ++-- configurations/sway.nix | 3 ++- flake.lock | 12 ++++++------ 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/configurations/i3.nix b/configurations/i3.nix index b6bc068b..5939140c 100644 --- a/configurations/i3.nix +++ b/configurations/i3.nix @@ -22,13 +22,13 @@ in inactiveWorkspace = { background = "#fbffff"; border = "#fbffff"; text = "535c65"; }; urgentWorkspace = { background = "#ae5865"; border = "#ae5865"; text = "#fbffff"; }; }; - fonts = [ "Fira Code Normal 9" ]; + fonts = { names = [ "Fira Code" ]; size = 9.0; style = "Normal"; }; position = "top"; statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ${status-configuration}"; } ]; floating.criteria = [{ class = "launcher"; } { class = "accentor.Main"; }]; - fonts = [ "Fira Code Normal 9" ]; + fonts = { names = [ "Fira Code" ]; size = 9.0; style = "Normal"; }; menu = "${pkgs.kitty}/bin/kitty --class launcher -e ${launcher}/bin/launcher"; modifier = "Mod4"; terminal = "${pkgs.kitty}/bin/kitty"; diff --git a/configurations/sway.nix b/configurations/sway.nix index 2d596474..a78e3d8b 100644 --- a/configurations/sway.nix +++ b/configurations/sway.nix @@ -57,6 +57,7 @@ in right = "l"; terminal = "${pkgs.kitty}/bin/kitty"; menu = "${terminal} --class launcher -e ${launcher}/bin/launcher"; + fonts = { names = [ "Fira Code" ]; size = 9.0; style = "Normal"; }; bars = [ { colors = { @@ -67,7 +68,7 @@ in inactiveWorkspace = { border = "#ffffff"; background = "#ffffff"; text = "#000000"; }; urgentWorkspace = { border = "#ff8892"; background = "#ff8892"; text = "#000000"; }; }; - fonts = [ "Fira Code Normal 9" ]; + fonts = { names = [ "Fira Code" ]; size = 9.0; style = "Normal"; }; position = "top"; statusCommand = "${pkgs.i3status-rust}/bin/i3status-rs ${status-configuration}"; extraConfig = '' diff --git a/flake.lock b/flake.lock index 3d79bd21..66254543 100644 --- a/flake.lock +++ b/flake.lock @@ -38,11 +38,11 @@ ] }, "locked": { - "lastModified": 1619820677, - "narHash": "sha256-mNz58JzgB7mWSujih0PC0FJ/XUFtysHVGi2JPvG/okg=", + "lastModified": 1620100475, + "narHash": "sha256-JmH3f6KaIJ3y5FaJdHm4agyzfn+LMnV5RhtNrYa4jGY=", "owner": "nix-community", "repo": "home-manager", - "rev": "2eed1380266cf6d0f48a90ba24131fc8f65a4f61", + "rev": "9ffb206050bab47122eac18ea7cb289849f8d128", "type": "github" }, "original": { @@ -54,11 +54,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1619849839, - "narHash": "sha256-akVm72M8S1eDr5xgDpnmIGPAn9HLNcQ7iLNPgSNMQug=", + "lastModified": 1620078665, + "narHash": "sha256-WhA2MhJQeS/3VOQ/MrWZYJHMuYpqX5Y4DBwd/7/fUP8=", "owner": "nixos", "repo": "nixpkgs", - "rev": "85aef7706e35226d572b419971a98cf0d2f22ae6", + "rev": "e5b86d7ac08c3c33a4bfd9736a6001a7c63d0a1a", "type": "github" }, "original": {