From 4e6939ae67e817bc2223d2bda6c388741c2c65e1 Mon Sep 17 00:00:00 2001 From: iFargle Date: Mon, 21 Aug 2023 23:12:03 +0900 Subject: [PATCH] test --- hosts/nixos-laptop/home-manager/gnome-conf.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/hosts/nixos-laptop/home-manager/gnome-conf.nix b/hosts/nixos-laptop/home-manager/gnome-conf.nix index 445b0aa6..e57d215e 100644 --- a/hosts/nixos-laptop/home-manager/gnome-conf.nix +++ b/hosts/nixos-laptop/home-manager/gnome-conf.nix @@ -23,8 +23,6 @@ in { boldIsBright = true; cursorShape = "block"; font = "Jetbrains Regular Mono"; - - }; }; };