mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 14:41:44 +00:00
fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
|
||||
imports = [
|
||||
./beets.nix
|
||||
# ./beets.nix
|
||||
./keybase.nix
|
||||
"${inputs.vscode-server}/modules/vscode-server/home.nix"
|
||||
] ++ (builtins.attrValues outputs.homeManagerModules);
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
{ config, pkgs, inputs, lib, hostName, util, ... }:
|
||||
{ config, pkgs, inputs, lib, util, hostName, ... }:
|
||||
with lib;
|
||||
with lib.my;
|
||||
let
|
||||
cfg = config.custom.keybase;
|
||||
username = config.home.username;
|
||||
secretstore = config._secretstore;
|
||||
# host = config.networking.hostName;
|
||||
|
||||
|
||||
|
||||
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user