From 379612935b1a46d9339fe8b377c80441316b768f Mon Sep 17 00:00:00 2001 From: Rosa Date: Thu, 25 Jun 2026 13:56:23 -0400 Subject: formatter pass + add FMJ support to kakoune --- hosts/the-meowchine/default.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hosts/the-meowchine/default.nix') diff --git a/hosts/the-meowchine/default.nix b/hosts/the-meowchine/default.nix index 1288fca..c198699 100644 --- a/hosts/the-meowchine/default.nix +++ b/hosts/the-meowchine/default.nix @@ -5,7 +5,7 @@ ... }: { - boot.loader.systemd-boot.consoleMode = "max"; + boot.loader.systemd-boot.consoleMode = "max"; environment.systemPackages = with pkgs; [ wireguard-tools ]; @@ -70,12 +70,12 @@ }; users.users.rosa = { - enable = true; - extraGroups = [ "libvirtd" ]; + enable = true; + extraGroups = [ "libvirtd" ]; }; virtualisation.libvirtd = { - enable = true; - qemu.swtpm.enable = true; + enable = true; + qemu.swtpm.enable = true; }; } -- cgit v1.3.1