refactor: move utils to a separate file
This commit is contained in:
parent
a84a509cf8
commit
24f013c765
7
modules/user/packages/cs_utils.nix
Normal file
7
modules/user/packages/cs_utils.nix
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs, ... }: {
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
burpsuite
|
||||||
|
binwalk
|
||||||
|
exiftool
|
||||||
|
];
|
||||||
|
}
|
@ -1,10 +1,11 @@
|
|||||||
{ pkgs, pkgs-fixed, host, ... }: {
|
{ pkgs, pkgs-fixed, host, ... }: {
|
||||||
|
imports = [
|
||||||
|
../../modules/user/packages/cs_utils.nix
|
||||||
|
];
|
||||||
|
|
||||||
disabledModules = [ ../../modules/user/packages/coding.nix ];
|
disabledModules = [ ../../modules/user/packages/coding.nix ];
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nautilus
|
nautilus
|
||||||
burpsuite
|
|
||||||
binwalk
|
|
||||||
exiftool
|
|
||||||
python3
|
python3
|
||||||
pkgs-fixed.jetbrains.pycharm-community
|
pkgs-fixed.jetbrains.pycharm-community
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user