Compare commits

..

No commits in common. "589fa7fcbeea0893e151580673b9bb7a9a7dfb41" and "17001c65250070900bc0a197c4b5ba7147a76590" have entirely different histories.

4 changed files with 6 additions and 6 deletions

View File

@ -4,6 +4,7 @@
./gnupg.nix
./git.nix
./variables.nix
./starship.nix
./i3status.nix
./dunst.nix
./himalaya.nix

View File

@ -39,10 +39,5 @@
openssl
openvpn
feh
ferdi
thunderbird
];
nixpkgs.config.permittedInsecurePackages = [
"ferdi-5.8.1"
];
}

View File

@ -1,6 +1,7 @@
{ config, pkgs, ... }:
{
programs.starship = {
enableFishIntegration = true;
enable = true;
# Configuration écrite dans ~/.config/starship.toml
settings = {
@ -16,6 +17,7 @@
format = "$indicator";
fish_indicator = "";
bash_indicator = "[BASH](bright-white) ";
zsh_indicator = "[ZSH](bright-white) ";
};
username = {
style_user = "bright-white bold";
@ -64,4 +66,7 @@
};
};
};
#xdg.configFile = {
#"starship.toml" .source = ./configs/starship.toml;
#};
}

View File

@ -13,7 +13,6 @@
./network.nix
modules/common.nix
modules/smtp.nix
modules/starship.nix
# modules/powermanagement.nix
];