mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
Trying out gnome-console...
This commit is contained in:
parent
9820346c44
commit
2cd150eaf8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ in
|
||||||
|
|
||||||
(runCommand "x-terminal-emulator" { } ''
|
(runCommand "x-terminal-emulator" { } ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
ln -s ${gnome.gnome-terminal}/bin/gnome-terminal $out/bin/x-terminal-emulator
|
ln -s /run/current-system/sw/bin/kgx $out/bin/x-terminal-emulator
|
||||||
'')
|
'')
|
||||||
|
|
||||||
(writeShellScriptBin "red" ''
|
(writeShellScriptBin "red" ''
|
||||||
|
|
Loading…
Reference in a new issue