emacs: Improvements
This commit is contained in:
parent
dc0c20467f
commit
18565ff9f9
8 changed files with 49 additions and 2 deletions
|
@ -1,5 +1,13 @@
|
|||
{ lib, ... }:
|
||||
{ lib, pkgs, username, ... }:
|
||||
|
||||
{
|
||||
imports = lib.getModuleImports ./.;
|
||||
environment = {
|
||||
persistence."/nix/persist".users."${username}".directories = [
|
||||
".config/chromium"
|
||||
];
|
||||
systemPackages = with pkgs; [
|
||||
unstable.cromite
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue