From a97f0c07fa674bc658bf8839a805040752984762 Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Wed, 15 Sep 2021 15:40:19 +0300 Subject: [PATCH] minor changes --- modules/virtualisation.nix | 8 -------- modules/workspace/git.nix | 3 +++ modules/workspace/i3/default.nix | 2 +- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/modules/virtualisation.nix b/modules/virtualisation.nix index 5aa7774..bb803d3 100644 --- a/modules/virtualisation.nix +++ b/modules/virtualisation.nix @@ -12,12 +12,4 @@ }; virtualisation.spiceUSBRedirection.enable = config.deviceSpecific.enableVirtualisation; - - # virtualisation.anbox.enable = isGaming; # broken - - # virtualisation.virtualbox.host = { - # enable = false; - # # enableHardening = false; - # enableExtensionPack = false; - # }; } \ No newline at end of file diff --git a/modules/workspace/git.nix b/modules/workspace/git.nix index ed3471f..329b225 100644 --- a/modules/workspace/git.nix +++ b/modules/workspace/git.nix @@ -13,6 +13,9 @@ core = { editor = "code --wait"; }; + init = { + defaultBranch = "master"; + }; }; }; }; diff --git a/modules/workspace/i3/default.nix b/modules/workspace/i3/default.nix index 816f8e4..d0709ba 100644 --- a/modules/workspace/i3/default.nix +++ b/modules/workspace/i3/default.nix @@ -22,7 +22,7 @@ in { }; # fonts = [ "${thm.fontMono} ${thm.microFontSize}" ]; fonts = { - names = [ "${thm.font}" ]; + names = [ "\"${thm.font}\"" ]; style = "Regular"; # size = thm.microFontSize; size = 10.0;