This commit is contained in:
2023-02-27 21:29:14 +00:00
parent 3482a29ed4
commit ce1eb1d0e0
23 changed files with 452 additions and 332 deletions

View File

@@ -1,9 +1,10 @@
# This is your home-manager configuration file
# Use this to configure your home environment (it replaces ~/.config/nixpkgs/home.nix)
{ inputs, outputs, lib, config, pkgs, ... }:
# let getEnv_name = builtins.getEnv name;
{ inputs, outputs, lib, config, pkgs, hostName, ... }:
# let
# getEnv_name = builtins.getEnv "name";
# hostname = builtins.getEnv "hostname";
# in
{
imports = [
@@ -53,16 +54,17 @@
# qemu_kvm
# nixos-generators
nixfmt
nixpkgs-fmt
# deploy-rs
];
custom = {
ssh-proxy.enable = true;
beets.enable = true;
keybase.enable = true;
};
services.keybase.enable = true;
services.kbfs.enable = true;
# home.file.".mrconfig".source = config.lib.file.mkOutOfStoreSymlink "${config._secrets}/mrconfig";
programs = {