Fix up Kurin
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ inputs, ... }:
|
||||
{ config, lib, inputs, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.catppuccin.nixosModules.catppuccin
|
||||
@@ -14,4 +14,9 @@
|
||||
./user.nix
|
||||
];
|
||||
|
||||
}
|
||||
environment.enableAllTerminfo = true;
|
||||
|
||||
image.fileName = lib.mkDefault "${config.networking.hostName}-${pkgs.stdenv.hostPlatform.system}";
|
||||
image.baseName = lib.mkDefault "${config.networking.hostName}-${pkgs.stdenv.hostPlatform.system}";
|
||||
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
format = """
|
||||
[](red)\
|
||||
$os\
|
||||
$username\
|
||||
$hostname\
|
||||
[](bg:peach fg:red)\
|
||||
$directory\
|
||||
[](bg:yellow fg:peach)\
|
||||
@@ -23,13 +23,19 @@ $python\
|
||||
$conda\
|
||||
[](fg:sapphire bg:lavender)\
|
||||
$time\
|
||||
[ ](fg:lavender)\
|
||||
[ ](fg:lavender)\
|
||||
$cmd_duration\
|
||||
$line_break\
|
||||
$character"""
|
||||
|
||||
palette = 'catppuccin_mocha'
|
||||
|
||||
[hostname]
|
||||
ssh_symbol = " "
|
||||
style = "bg:red fg:crust"
|
||||
trim_at = ""
|
||||
format = "[ $ssh_symbol $hostname ]($style)"
|
||||
|
||||
[os]
|
||||
disabled = false
|
||||
style = "bg:red fg:crust"
|
||||
|
||||
Reference in New Issue
Block a user