mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
gnome: Console -> Terminal
This commit is contained in:
parent
5010865049
commit
b0b8d3570d
1 changed files with 4 additions and 0 deletions
|
@ -61,5 +61,9 @@ in
|
||||||
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 'nothing'
|
gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-type 'nothing'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Moving from Terminal to Console messes up powerline glyphs and removes "Open in Remote Terminal"
|
||||||
|
environment.gnome.excludePackages = [ pkgs.gnome-console ];
|
||||||
|
programs.gnome-terminal.enable = true;
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue