localtime, cachix, clementine
This commit is contained in:
parent
107578d9ae
commit
0630c99237
2 changed files with 68 additions and 20 deletions
|
@ -15,13 +15,12 @@
|
|||
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.overlays = [
|
||||
(import "${fetchTarball "https://github.com/nix-community/fenix/archive/main.tar.gz"}/overlay.nix")
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
kitty
|
||||
thunderbird
|
||||
|
||||
clementine
|
||||
|
||||
btop
|
||||
bat
|
||||
|
@ -31,15 +30,6 @@
|
|||
|
||||
latte-dock
|
||||
|
||||
# rust-analyzer-nightly
|
||||
# (fenix.complete.withComponents [
|
||||
# "cargo"
|
||||
# "clippy"
|
||||
# "rust-src"
|
||||
# "rustc"
|
||||
# "rustfmt"
|
||||
# ])
|
||||
|
||||
kdeconnect
|
||||
keepassxc
|
||||
|
||||
|
@ -81,6 +71,11 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
|
||||
programs.broot = {
|
||||
enable = true;
|
||||
modal = true;
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
enable = true;
|
||||
|
@ -104,6 +99,11 @@
|
|||
userName = "atagen";
|
||||
userEmail = "atagen@boss.co";
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
|
@ -113,7 +113,7 @@
|
|||
enableVteIntegration = true;
|
||||
autocd = true;
|
||||
defaultKeymap = "viins";
|
||||
initExtra = "\n[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh\neval \"$(zoxide init zsh)\"\n";
|
||||
initExtra = "\n[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh\n";
|
||||
plugins = [
|
||||
{
|
||||
name = "powerlevel10k";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue