added devenv support
This commit is contained in:
parent
d592e6c860
commit
bf8d6b7045
5 changed files with 226 additions and 44 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ modulesPath, config, pkgs, lib, ... }:
|
||||
{ modulesPath, config, pkgs, lib, self, ... }:
|
||||
|
||||
{
|
||||
system.stateVersion = "22.11";
|
||||
|
|
@ -39,7 +39,8 @@
|
|||
age-plugin-yubikey #plugin for rage to manage yubi-2fa
|
||||
sops #file based secrets operations
|
||||
direnv #used for development environments
|
||||
];
|
||||
|
||||
] ++ [self.inputs.devenv.packages.x86_64-linux.devenv];
|
||||
|
||||
networking = {
|
||||
hostName = "creatorforge"; # Define your hostname.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue