mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
emacs config
This commit is contained in:
parent
8229eb8fba
commit
83290b46f7
9 changed files with 538 additions and 266 deletions
|
|
@ -1,4 +1,8 @@
|
|||
{ config, inputs, ... }:
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
flake.nixosModules.profile-graphical = {
|
||||
imports = [
|
||||
|
|
@ -6,5 +10,6 @@
|
|||
config.flake.nixosModules.gpg-pinentry-wayland
|
||||
inputs.stylix.nixosModules.stylix
|
||||
];
|
||||
home-manager.sharedModules = [ config.flake.homeManagerModules.emacs ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue