This commit is contained in:
zoe 2023-02-25 20:32:10 +01:00
parent 0dcff5868a
commit a6b3319f4f
3 changed files with 14 additions and 8 deletions

View File

@ -1,7 +1,11 @@
{ pkgs, ... }: { pkgs, ... }:
let myConfig = import ./config.nix; let myConfig = import ./config.nix;
in { in
{
package = pkgs.helix; package = pkgs.helix;
enable = true; enable = true;
settings = { theme = "base16_terminal"; }; settings = {
theme = "base16_terminal";
editor = { auto-completion = true; auto-format = true; };
};
} }

View File

@ -27,7 +27,8 @@ let
border-color = mkLiteral config.color.green; border-color = mkLiteral config.color.green;
}; };
}; };
in { in
{
home-manager.users.zoe.programs.rofi = { home-manager.users.zoe.programs.rofi = {
enable = true; enable = true;
plugins = with pkgs; [ rofi-calc rofi-power-menu ]; plugins = with pkgs; [ rofi-calc rofi-power-menu ];

View File

@ -99,6 +99,7 @@ in
## nix ## nix
any-nix-shell any-nix-shell
nixfmt nixfmt
rnix-lsp
## js ## js
nodejs nodejs
nodePackages.prettier nodePackages.prettier