mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
fix: replaced typo gnome-boxes with blackbox
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
BROWSER = "firefox";
|
BROWSER = "firefox";
|
||||||
TERMINAL = "gnome-boxes";
|
TERMINAL = "blackbox";
|
||||||
};
|
};
|
||||||
packages = [
|
packages = [
|
||||||
pkgs.dconf
|
pkgs.dconf
|
||||||
|
|||||||
Reference in New Issue
Block a user