This commit is contained in:
Andrea Ciceri 2023-06-18 23:53:26 +02:00
parent df4eb3c079
commit 6c7771f864
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
7 changed files with 172 additions and 155 deletions

View file

@ -168,7 +168,7 @@
hyprland.nixosModules.default
];
extraHmModules = with inputs; [
ccrEmacs.hmModules.default
# ccrEmacs.hmModules.default
hyprland.homeManagerModules.default
];
overlays = [inputs.nil.overlays.default];
@ -197,13 +197,13 @@
disko.nixosModules.disko
];
extraHmModules = [
inputs.ccrEmacs.hmModules.default
# inputs.ccrEmacs.hmModules.default
];
secrets = {
"pbp-wireguard-private-key" = {};
};
};
hs = {};
# hs = {};
mothership = {
extraModules = with inputs; [
disko.nixosModules.disko
@ -211,7 +211,7 @@
# hydra.nixosModules.hydra
];
extraHmModules = [
inputs.ccrEmacs.hmModules.default
# inputs.ccrEmacs.hmModules.default
{
# TODO: remove after https://github.com/nix-community/home-manager/pull/3811
imports = let

View file

@ -21,7 +21,7 @@
enable = true;
autologin = true;
modules = [
"emacs"
# "emacs"
"git"
"gpg"
"helix"

View file

@ -27,7 +27,7 @@
enable = true;
autologin = true;
modules = [
"emacs"
# "emacs"
"git"
"gpg"
"helix"

View file

@ -44,7 +44,7 @@
"element"
# "thunderbird"
"aerc"
"emacs"
# "emacs"
"firefox"
"git"
"gpg"