changed bash line
This commit is contained in:
parent
402245c8ee
commit
70d894da26
12
laptop.nix
12
laptop.nix
@ -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" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user