update android
This commit is contained in:
parent
bf51c9a76a
commit
6f8e25bae3
@ -44,8 +44,29 @@
|
|||||||
|
|
||||||
user.shell = "${lib.getExe pkgs.zsh}";
|
user.shell = "${lib.getExe pkgs.zsh}";
|
||||||
|
|
||||||
|
terminal.colors = {
|
||||||
|
background = "#1d2021";
|
||||||
|
foreground = "#ebdbb2";
|
||||||
|
color0 = "#282828";
|
||||||
|
color8 = "#928374";
|
||||||
|
color1 = "#cc241d";
|
||||||
|
color9 = "#fb4934";
|
||||||
|
color2 = "#98971a";
|
||||||
|
color10 = "#b8bb26";
|
||||||
|
color3 = "#d79921";
|
||||||
|
color11 = "#fabd2f";
|
||||||
|
color4 = "#458588";
|
||||||
|
color12 = "#83a598";
|
||||||
|
color5 = "#b16286";
|
||||||
|
color13 = "#d3869b";
|
||||||
|
color6 = "#689d6a";
|
||||||
|
color14 = "#8ec07c";
|
||||||
|
color7 = "#a89984";
|
||||||
|
color15 = "#ebdbb2h";
|
||||||
|
};
|
||||||
|
|
||||||
# Set your time zone
|
# Set your time zone
|
||||||
#time.timeZone = "Europe/Berlin";
|
time.timeZone = "America/Toronto";
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
extraSpecialArgs = {inherit inputs;};
|
extraSpecialArgs = {inherit inputs;};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user