Compare commits
3 Commits
cddf52d5d3
...
24f013c765
Author | SHA1 | Date | |
---|---|---|---|
24f013c765 | |||
a84a509cf8 | |||
df54654750 |
@ -4,5 +4,7 @@ lib.mkIf (!host.laptop) {
|
||||
home.packages = with pkgs-fixed; [
|
||||
(blender.override { cudaSupport = true; })
|
||||
aseprite
|
||||
krita
|
||||
gimp
|
||||
];
|
||||
}
|
||||
|
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, ... }: {
|
||||
imports = [
|
||||
../../modules/user/packages/cs_utils.nix
|
||||
];
|
||||
|
||||
disabledModules = [ ../../modules/user/packages/coding.nix ];
|
||||
home.packages = with pkgs; [
|
||||
nautilus
|
||||
burpsuite
|
||||
binwalk
|
||||
exiftool
|
||||
python3
|
||||
pkgs-fixed.jetbrains.pycharm-community
|
||||
];
|
||||
|
@ -2,7 +2,7 @@
|
||||
stylix = {
|
||||
enable = true;
|
||||
targets = {
|
||||
hyprland.enable = true;
|
||||
hyprpaper.enable = lib.mkForce false;
|
||||
waybar.enable = false;
|
||||
kitty.variant256Colors = true;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user