Compare commits
No commits in common. "24f013c7653512a60376b504152bb4e22aaac20e" and "cddf52d5d31f63cccb6d0003e995d9fd44eb3eaa" have entirely different histories.
24f013c765
...
cddf52d5d3
@ -4,7 +4,5 @@ lib.mkIf (!host.laptop) {
|
||||
home.packages = with pkgs-fixed; [
|
||||
(blender.override { cudaSupport = true; })
|
||||
aseprite
|
||||
krita
|
||||
gimp
|
||||
];
|
||||
}
|
||||
|
@ -1,7 +0,0 @@
|
||||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
burpsuite
|
||||
binwalk
|
||||
exiftool
|
||||
];
|
||||
}
|
@ -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
|
||||
];
|
||||
|
@ -2,7 +2,7 @@
|
||||
stylix = {
|
||||
enable = true;
|
||||
targets = {
|
||||
hyprpaper.enable = lib.mkForce false;
|
||||
hyprland.enable = true;
|
||||
waybar.enable = false;
|
||||
kitty.variant256Colors = true;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user