1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +00:00

Fix starship

This commit is contained in:
RGBCube 2023-10-21 12:46:04 +03:00
parent 5b1e787fbe
commit 6ca869e9cc
No known key found for this signature in database

View file

@ -5,7 +5,7 @@
})
(homeConfiguration "nixos" {
program.starship = enabled {};
programs.starship = enabled {};
programs.nushell = enabled {
configFile.source = ./configuration.nu;