This commit is contained in:
alydev 2025-09-24 22:36:05 +10:00
parent 2769913f61
commit 752eae8df8

View file

@ -15,28 +15,6 @@
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 = {
@ -59,6 +37,7 @@
enableCompletion = true;
bashrcExtra = ''
export PATH="$PATH:$HOME/bin:$HOME/.local/bin:$HOME/go/bin"
alias vim='nvim'
'';
};
home.stateVersion = "25.05";