Resolve gpg woes
This commit is contained in:
parent
0e960995fb
commit
d42e570cd8
2 changed files with 8 additions and 8 deletions
|
@ -12,12 +12,7 @@
|
|||
|
||||
outputs = { nixpkgs, home-manager, ... }:
|
||||
let
|
||||
homeManager = { system, specialArgs ? {
|
||||
# Whether to install desktop-targeted tools and applications.
|
||||
#
|
||||
# (This primarily focuses around macOS - please use and adopt at your own risk.)
|
||||
desktop = false;
|
||||
} }:
|
||||
homeManager = { system, specialArgs ? { } }:
|
||||
home-manager.lib.homeManagerConfiguration {
|
||||
modules = [
|
||||
./home/home.nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue