diff --git a/laptop.nix b/laptop.nix index e9b4b2d..dcdf582 100644 --- a/laptop.nix +++ b/laptop.nix @@ -1,6 +1,16 @@ -{...}: { +{pkgs, ...}: { 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 config.dconf.settings = { "org/gnome/settings-daemon/plugins/power" = {