misc updates
This commit is contained in:
@@ -10,6 +10,7 @@ top @ { config
|
|||||||
inputs.spicetify-nix.homeManagerModules.default
|
inputs.spicetify-nix.homeManagerModules.default
|
||||||
./borgmatic.nix
|
./borgmatic.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
|
# ./wlr-which-key.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.username = username;
|
home.username = username;
|
||||||
@@ -33,6 +34,7 @@ top @ { config
|
|||||||
file
|
file
|
||||||
gnucash
|
gnucash
|
||||||
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||||
|
prusa-slicer
|
||||||
gdb
|
gdb
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -149,7 +151,7 @@ top @ { config
|
|||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
initContent = pkgs.lib.mkBefore ''
|
initContent = pkgs.lib.mkBefore ''
|
||||||
date
|
date
|
||||||
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
|
||||||
# Initialization code that may require console input (password prompts, [y/n]
|
# Initialization code that may require console input (password prompts, [y/n]
|
||||||
# confirmations, etc.) must go above this block; everything else may go below.
|
# confirmations, etc.) must go above this block; everything else may go below.
|
||||||
@@ -157,6 +159,7 @@ top @ { config
|
|||||||
source "''${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-''${(%):-%n}.zsh"
|
source "''${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-''${(%):-%n}.zsh"
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
{
|
||||||
name = "powerlevel10k";
|
name = "powerlevel10k";
|
||||||
|
|||||||
Reference in New Issue
Block a user