changed bash line

This commit is contained in:
Kristian Krsnik 2023-08-30 22:51:38 +02:00
parent 402245c8ee
commit 70d894da26

View File

@ -1,6 +1,16 @@
{...}: { {pkgs, ...}: {
config.targets.genericLinux.enable = true; config.targets.genericLinux.enable = true;
config.home.packages = with pkgs; [
gnome-console
];
config.programs.bash = {
initExtra = ''
PS1='[\u@\h \W]\$ '
'';
};
# Changes specific to the laptop # Changes specific to the laptop
config.dconf.settings = { config.dconf.settings = {
"org/gnome/settings-daemon/plugins/power" = { "org/gnome/settings-daemon/plugins/power" = {