Compare commits

..

No commits in common. "24f013c7653512a60376b504152bb4e22aaac20e" and "cddf52d5d31f63cccb6d0003e995d9fd44eb3eaa" have entirely different histories.

4 changed files with 4 additions and 14 deletions

View File

@ -4,7 +4,5 @@ lib.mkIf (!host.laptop) {
home.packages = with pkgs-fixed; [
(blender.override { cudaSupport = true; })
aseprite
krita
gimp
];
}

View File

@ -1,7 +0,0 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
burpsuite
binwalk
exiftool
];
}

View File

@ -1,11 +1,10 @@
{ 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
];

View File

@ -2,7 +2,7 @@
stylix = {
enable = true;
targets = {
hyprpaper.enable = lib.mkForce false;
hyprland.enable = true;
waybar.enable = false;
kitty.variant256Colors = true;
};