mirror of
https://github.com/davegallant/nix-config
synced 2025-10-03 22:46:00 +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"
|
||||
"color-highlight"
|
||||
"dockerfile"
|
||||
"material-icon-theme"
|
||||
"html"
|
||||
"make"
|
||||
"material-icon-theme"
|
||||
"nix"
|
||||
"vue"
|
||||
"tokyo-night"
|
||||
"toml"
|
||||
"vue"
|
||||
];
|
||||
userSettings = {
|
||||
icon_theme = "Material Icon Theme";
|
||||
theme = "Base16 Tokyo Night Dark";
|
||||
theme = lib.mkForce "Tokyo Night";
|
||||
features = {
|
||||
edit_prediction_provider = "copilot";
|
||||
};
|
||||
|
Reference in New Issue
Block a user