feat/nix #3

Merged
Jaaj-San merged 59 commits from feat/nix into main 2024-09-20 22:35:47 +02:00
Showing only changes of commit 2949b77dd0 - Show all commits

View file

@ -1,7 +1,4 @@
{
pkgs,
...
} : {
{pkgs, ...}: {
home.packages = [
pkgs.helix
];
@ -9,6 +6,7 @@
home.file = {
".config/helix/config.toml".source = ./config.toml;
".config/helix/languages.toml".source = ./languages.toml;
".config/helix/themes/jaaj.toml".source = ./themes/jaaj.toml;
};
home.sessionVariables = {