mirror of
https://github.com/davegallant/nix-config
synced 2025-10-04 11:06:01 +00:00
Compare commits
2 Commits
df3e6e4f66
...
2b3890c224
Author | SHA1 | Date | |
---|---|---|---|
2b3890c224 | |||
|
7b98bb9b91 |
7
home.nix
7
home.nix
@@ -427,16 +427,17 @@ in
|
|||||||
"ansible"
|
"ansible"
|
||||||
"color-highlight"
|
"color-highlight"
|
||||||
"dockerfile"
|
"dockerfile"
|
||||||
"material-icon-theme"
|
|
||||||
"html"
|
"html"
|
||||||
"make"
|
"make"
|
||||||
|
"material-icon-theme"
|
||||||
"nix"
|
"nix"
|
||||||
"vue"
|
"tokyo-night"
|
||||||
"toml"
|
"toml"
|
||||||
|
"vue"
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
icon_theme = "Material Icon Theme";
|
icon_theme = "Material Icon Theme";
|
||||||
theme = "Base16 Tokyo Night Dark";
|
theme = lib.mkForce "Tokyo Night";
|
||||||
features = {
|
features = {
|
||||||
edit_prediction_provider = "copilot";
|
edit_prediction_provider = "copilot";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user