From 700096aca1d77a63aa201f41d6898aaa4f345bac Mon Sep 17 00:00:00 2001 From: Syed Daanish Date: Wed, 8 Jul 2026 10:32:18 +0100 Subject: [PATCH] Minor fixes --- home/fish/interactive.fish | 4 ++-- home/tardis.nix | 16 ++++++++-------- hosts/tardis/default.nix | 3 +++ 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/home/fish/interactive.fish b/home/fish/interactive.fish index 8d98be8..7452a34 100644 --- a/home/fish/interactive.fish +++ b/home/fish/interactive.fish @@ -21,9 +21,9 @@ function fish_prompt if test -n "$IN_NIX_SHELL" if test "$IN_NIX_SHELL" = "shell" - set -a markers "nix-shell" + set -a markers "nix shell" else if test "$IN_NIX_SHELL" = "pure"; or test "$IN_NIX_SHELL" = "impure" - set -a markers "nix-develop" + set -a markers "nix develop" end end diff --git a/home/tardis.nix b/home/tardis.nix index 9c50ae3..a686677 100644 --- a/home/tardis.nix +++ b/home/tardis.nix @@ -26,12 +26,12 @@ in ''; programs.spicetify = { - enable = true; - enabledExtensions = with spicePkgs.extensions; [ - adblockify - hidePodcasts - ]; - theme = spicePkgs.themes.catppuccin; - colorScheme = "mocha"; - }; + enable = true; + enabledExtensions = with spicePkgs.extensions; [ + adblockify + hidePodcasts + ]; + theme = spicePkgs.themes.catppuccin; + colorScheme = "mocha"; + }; } diff --git a/hosts/tardis/default.nix b/hosts/tardis/default.nix index e67b678..6576d76 100644 --- a/hosts/tardis/default.nix +++ b/hosts/tardis/default.nix @@ -38,6 +38,7 @@ maim xclip xsel + prismlauncher inputs.kutu.packages.${stdenv.hostPlatform.system}.default ]); @@ -94,5 +95,7 @@ }; }; + programs.steam.enable = true; + networking.hostName = "tardis"; }