This commit is contained in:
alydev 2025-09-24 22:07:15 +10:00
parent 5fb21f3813
commit 34c69b9bba
5 changed files with 183 additions and 3 deletions

View file

@ -15,6 +15,28 @@
pciutils usbutils nix-output-monitor
];
programs.helix = {
enable = true;
settings = {
theme = "autumn_night_transparent";
editor.cursor-shape = {
normal = "block";
insert = "bar";
select = "underline";
};
};
languages.language = [{
name = "nix";
auto-format = true;
formatter.command = "${pkgs.nixfmt}/bin/nixfmt";
}];
themes = {
autumn_night_transparent = {
"inherits" = "autumn_night";
"ui.background" = { };
};
};
};
programs.firefox = {
enable = true;
profiles.default = {