Minor fixes
This commit is contained in:
@@ -21,9 +21,9 @@ function fish_prompt
|
|||||||
|
|
||||||
if test -n "$IN_NIX_SHELL"
|
if test -n "$IN_NIX_SHELL"
|
||||||
if test "$IN_NIX_SHELL" = "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"
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
+8
-8
@@ -26,12 +26,12 @@ in
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
programs.spicetify = {
|
programs.spicetify = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enabledExtensions = with spicePkgs.extensions; [
|
enabledExtensions = with spicePkgs.extensions; [
|
||||||
adblockify
|
adblockify
|
||||||
hidePodcasts
|
hidePodcasts
|
||||||
];
|
];
|
||||||
theme = spicePkgs.themes.catppuccin;
|
theme = spicePkgs.themes.catppuccin;
|
||||||
colorScheme = "mocha";
|
colorScheme = "mocha";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
maim
|
maim
|
||||||
xclip
|
xclip
|
||||||
xsel
|
xsel
|
||||||
|
prismlauncher
|
||||||
|
|
||||||
inputs.kutu.packages.${stdenv.hostPlatform.system}.default
|
inputs.kutu.packages.${stdenv.hostPlatform.system}.default
|
||||||
]);
|
]);
|
||||||
@@ -94,5 +95,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.steam.enable = true;
|
||||||
|
|
||||||
networking.hostName = "tardis";
|
networking.hostName = "tardis";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user