mirror of
https://github.com/sstent/vmimages.git
synced 2026-02-06 04:22:14 +00:00
sync
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user