move starship configuration to home/modules.
This commit is contained in:
parent
da06f1018e
commit
d412f2641d
6 changed files with 38 additions and 17 deletions
|
|
@ -8,7 +8,6 @@
|
|||
}:
|
||||
{
|
||||
imports = [
|
||||
./starship
|
||||
./firefox.nix
|
||||
./niri
|
||||
];
|
||||
|
|
@ -25,6 +24,7 @@
|
|||
bash.enable = true;
|
||||
ghostty.enable = true;
|
||||
foot.enable = false;
|
||||
starship.enable = true;
|
||||
};
|
||||
|
||||
xdg.userDirs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue