remove gradle and os

they were throwing errors in home-manager nixos setup
This commit is contained in:
gotjoshua 2023-04-24 21:42:38 +01:00 committed by GitHub
parent 03757c4100
commit ed0dcad479
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@ $c\
$elixir\ $elixir\
$elm\ $elm\
$golang\ $golang\
$gradle\
$haskell\ $haskell\
$java\ $java\
$julia\ $julia\
@ -17,7 +16,6 @@ $scala\
format = """ format = """
[](user_os_hex)\ [](user_os_hex)\
$os\
$username\ $username\
[](bg:path_hex fg:user_os_hex)\ [](bg:path_hex fg:user_os_hex)\
$directory\ $directory\
@ -77,12 +75,6 @@ style_root = "bg:user_os_hex"
format = '[$user ]($style)' format = '[$user ]($style)'
disabled = false disabled = false
# An alternative to the username module which displays a symbol that
# represents the current operating system
[os]
style = "bg:user_os_hex"
disabled = true
[directory] [directory]
style = "bg:path_hex" style = "bg:path_hex"
format = "[ $path ]($style)" format = "[ $path ]($style)"
@ -137,10 +129,6 @@ symbol = " "
style = "bg:tooling_hex" style = "bg:tooling_hex"
format = '[ $symbol ($version) ]($style)' format = '[ $symbol ($version) ]($style)'
[gradle]
style = "bg:tooling_hex"
format = '[ $symbol ($version) ]($style)'
[haskell] [haskell]
symbol = " " symbol = " "
style = "bg:tooling_hex" style = "bg:tooling_hex"