summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-17 01:47:25 +0100
committerMike Vink <59492084+ivi-vink@users.noreply.github.com>2025-01-19 13:11:01 +0100
commitfe77b176b7219fa1a8460b82a74fd4984227fa57 (patch)
tree1b7f5017913db5354e261dc3afd732c8e4bd9209
parent12a268e9b2d2ba745eecc07d2344313b2746d788 (diff)
pywal
-rw-r--r--machines/work.nix9
-rw-r--r--mut/nushell/config.nu2
-rw-r--r--profiles/core/packages.nix1
3 files changed, 8 insertions, 4 deletions
diff --git a/machines/work.nix b/machines/work.nix
index c2b0543..a73c48d 100644
--- a/machines/work.nix
+++ b/machines/work.nix
@@ -36,7 +36,9 @@
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages =
- [ # pkgs.qemu
+ [
+ pkgs.pywal
+ # pkgs.qemu
# pkgs.kitty
pkgs.openssh
# pkgs.python311
@@ -182,8 +184,9 @@
# The platform the configuration will be used on.
nixpkgs.hostPlatform = "aarch64-darwin";
- my.shell = pkgs.zsh;
- environment.shells = [pkgs.bashInteractive pkgs.zsh];
+ my.shell = pkgs.nushell;
+
+ environment.shells = [pkgs.bashInteractive pkgs.zsh pkgs.nushell];
environment.pathsToLink = [ "/share/zsh" ];
environment.variables = {
SLACK_NO_AUTO_UPDATES = "1";
diff --git a/mut/nushell/config.nu b/mut/nushell/config.nu
index d62e610..c9951a8 100644
--- a/mut/nushell/config.nu
+++ b/mut/nushell/config.nu
@@ -1,5 +1,5 @@
if ($env | default "" DOCKER_NAME | get DOCKER_NAME | is-empty) {
- pnsh-nvim
+ try {pnsh-nvim}
}
# Nushell Config File
#
diff --git a/profiles/core/packages.nix b/profiles/core/packages.nix
index bd6fd0d..4370616 100644
--- a/profiles/core/packages.nix
+++ b/profiles/core/packages.nix
@@ -38,6 +38,7 @@ with lib;
openpomodoro-cli
coreutils
killall
+ carapace
] ++ (optionals (!machine.isDarwin) [
man-pages
man-pages-posix