Move oh-my-posh out of home configuration.
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
./programs/bash.nix
|
./programs/bash.nix
|
||||||
./programs/git.nix
|
./programs/git.nix
|
||||||
./programs/lazygit.nix
|
./programs/lazygit.nix
|
||||||
|
./programs/oh-my-posh.nix
|
||||||
./programs/rofi.nix
|
./programs/rofi.nix
|
||||||
./services/arrpc.nix
|
./services/arrpc.nix
|
||||||
./services/fluidsynth.nix
|
./services/fluidsynth.nix
|
||||||
@@ -78,13 +79,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
programs.oh-my-posh = {
|
|
||||||
enable = true;
|
|
||||||
enableBashIntegration = true;
|
|
||||||
useTheme = "blueish";
|
|
||||||
};
|
|
||||||
|
|
||||||
programs.rbw = {
|
programs.rbw = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# settings = {
|
# settings = {
|
||||||
|
|||||||
7
nodes/hosts/common/home/jay/programs/oh-my-posh.nix
Normal file
7
nodes/hosts/common/home/jay/programs/oh-my-posh.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs, ...}: {
|
||||||
|
programs.oh-my-posh = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
useTheme = "blueish";
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user