Setting up rofi
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
{ inputs, pkgs, ... }: {
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
imports = [ inputs.nvchad4nix.homeManagerModule ];
|
||||
home.sessionVariables = { EDITOR = "nvim"; };
|
||||
programs.nvchad = { enable = true; };
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
nixfmt-rfc-style
|
||||
biome
|
||||
stylua
|
||||
];
|
||||
|
||||
programs.nvchad = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user