craige: added gopass
This commit is contained in:
parent
afb07534cd
commit
e4311d8b5c
|
@ -10,6 +10,7 @@
|
||||||
../profiles/cron-craige.nix # Provide Craige's cron jobs
|
../profiles/cron-craige.nix # Provide Craige's cron jobs
|
||||||
../profiles/daedalus.nix # The open source cryptocurrency wallet for ADA
|
../profiles/daedalus.nix # The open source cryptocurrency wallet for ADA
|
||||||
../profiles/desktop-feeds.nix # Tools for news feeds and podcasts
|
../profiles/desktop-feeds.nix # Tools for news feeds and podcasts
|
||||||
|
../profiles/desktopCraige.nix # Craige's desktop tools and apps
|
||||||
../profiles/haskell-dev.nix # Haskel dev environment
|
../profiles/haskell-dev.nix # Haskel dev environment
|
||||||
../profiles/host_common.nix # Common host configuration options
|
../profiles/host_common.nix # Common host configuration options
|
||||||
../profiles/iohk.nix # IOHK environment
|
../profiles/iohk.nix # IOHK environment
|
||||||
|
|
10
profiles/desktopCraige.nix
Normal file
10
profiles/desktopCraige.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
# Craige's desktop requirements
|
||||||
|
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# Craige's Desktop Packages
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
gopass # password file manager
|
||||||
|
];
|
||||||
|
}
|
Loading…
Reference in a new issue