Compare commits
2 commits
08a7b1edb7
...
7d19c95472
Author | SHA1 | Date | |
---|---|---|---|
Natsu Kagami | 7d19c95472 | ||
Natsu Kagami | ef5af56cb6 |
|
@ -19,7 +19,9 @@ set-face global WhitespaceIndent +d@comment
|
|||
set global ui_options terminal_assistant=cat
|
||||
|
||||
# Enable line numbers
|
||||
addhl global/ number-lines
|
||||
hook global WinCreate .* %{
|
||||
addhl window/number-lines number-lines
|
||||
}
|
||||
|
||||
set global grepcmd "rg --line-number --no-column --no-heading --color=never "
|
||||
|
||||
|
|
|
@ -59,7 +59,7 @@ let
|
|||
|
||||
virtualisation.oci-containers.backend = "podman";
|
||||
|
||||
virtualisation.virtualbox.host.enable = !pkgs.stdenv.isAarch64;
|
||||
virtualisation.virtualbox.host.enable = false;
|
||||
users.extraGroups.vboxusers.members = [ cfg.username ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue