mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
trying to get this shit to build
This commit is contained in:
parent
1861c3e6e6
commit
375a6dc02f
17 changed files with 111 additions and 115 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, config, ... }:
|
||||
{ pkgs, lib, config, ... }:
|
||||
|
||||
with lib;
|
||||
let
|
||||
|
|
@ -7,7 +7,7 @@ let
|
|||
in
|
||||
{ options.modules.security = { enable = mkEnableOption "security"; };
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [
|
||||
home.packages = with pkgs; [
|
||||
keepassxc wireguard-tools ipscan
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue