mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Fix starship
This commit is contained in:
parent
5b1e787fbe
commit
6ca869e9cc
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
})
|
})
|
||||||
|
|
||||||
(homeConfiguration "nixos" {
|
(homeConfiguration "nixos" {
|
||||||
program.starship = enabled {};
|
programs.starship = enabled {};
|
||||||
|
|
||||||
programs.nushell = enabled {
|
programs.nushell = enabled {
|
||||||
configFile.source = ./configuration.nu;
|
configFile.source = ./configuration.nu;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue