Merge branch 'overhaul' of https://github.com/KoenDR06/nix-config into overhaul
This commit is contained in:
commit
45d1b3c25c
4 changed files with 6 additions and 7 deletions
|
|
@ -5,4 +5,4 @@ initial_window_height 24c
|
|||
enable_audio_bell no
|
||||
confirm_os_window_close 0
|
||||
|
||||
background_opacity 0.4
|
||||
background_opacity 0.7
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 5 MiB After Width: | Height: | Size: 532 KiB |
|
|
@ -29,7 +29,10 @@ in {
|
|||
jetbrains.rider
|
||||
jetbrains.rust-rover
|
||||
jetbrains.webstorm
|
||||
kotlin
|
||||
kotlin-language-server
|
||||
mono
|
||||
nixd
|
||||
nodejs_22
|
||||
platformio-core
|
||||
python313
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
}: {
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
settings = {
|
||||
theme = "catppuccin_macchiato";
|
||||
editor.cursor-shape = {
|
||||
|
|
@ -14,11 +15,6 @@
|
|||
select = "underline";
|
||||
};
|
||||
};
|
||||
languages.language = [
|
||||
{
|
||||
name = "nix";
|
||||
auto-format = false;
|
||||
}
|
||||
];
|
||||
languages.language = [];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue