aerc: migrate out of home-manager directory
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
./feeds.nix
|
./feeds.nix
|
||||||
./fs.nix
|
./fs.nix
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
|
./home
|
||||||
./i2p.nix
|
./i2p.nix
|
||||||
./ids.nix
|
./ids.nix
|
||||||
./machine-id.nix
|
./machine-id.nix
|
||||||
@@ -47,7 +48,6 @@
|
|||||||
"nixpkgs-overlays=${../..}/overlays"
|
"nixpkgs-overlays=${../..}/overlays"
|
||||||
];
|
];
|
||||||
|
|
||||||
# TODO: move this into home-manager?
|
|
||||||
fonts = {
|
fonts = {
|
||||||
enableDefaultFonts = true;
|
enableDefaultFonts = true;
|
||||||
fonts = with pkgs; [ font-awesome twitter-color-emoji hack-font ];
|
fonts = with pkgs; [ font-awesome twitter-color-emoji hack-font ];
|
||||||
|
@@ -5,7 +5,7 @@ lib.mkIf config.sane.home-manager.enable
|
|||||||
{
|
{
|
||||||
sops.secrets."aerc_accounts" = {
|
sops.secrets."aerc_accounts" = {
|
||||||
owner = config.users.users.colin.name;
|
owner = config.users.users.colin.name;
|
||||||
sopsFile = ../../secrets/universal/aerc_accounts.conf;
|
sopsFile = ../../../secrets/universal/aerc_accounts.conf;
|
||||||
format = "binary";
|
format = "binary";
|
||||||
};
|
};
|
||||||
sane.fs."/home/colin/.config/aerc/accounts.conf" = sane-lib.fs.wantedSymlinkTo config.sops.secrets.aerc_accounts.path;
|
sane.fs."/home/colin/.config/aerc/accounts.conf" = sane-lib.fs.wantedSymlinkTo config.sops.secrets.aerc_accounts.path;
|
6
hosts/common/home/default.nix
Normal file
6
hosts/common/home/default.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./aerc.nix
|
||||||
|
];
|
||||||
|
}
|
@@ -14,7 +14,6 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./aerc.nix
|
|
||||||
./firefox.nix
|
./firefox.nix
|
||||||
./gfeeds.nix
|
./gfeeds.nix
|
||||||
./git.nix
|
./git.nix
|
||||||
|
Reference in New Issue
Block a user