added host Marisa (haven't tested config yet)

This commit is contained in:
2021-05-19 06:28:14 +05:30
parent a3033000a9
commit 63262b85ff
28 changed files with 1465 additions and 133 deletions

View File

@@ -3,6 +3,7 @@
imports = [
./programs/nvim.nix
./programs/ncmpcpp.nix
./programs/emacs.nix
];
programs = {
firefox = {
@@ -31,8 +32,5 @@
save-position-on-quit = "yes";
};
};
emacs = {
enable = true;
};
};
}