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; [
|
home.packages = with pkgs-fixed; [
|
||||||
(blender.override { cudaSupport = true; })
|
(blender.override { cudaSupport = true; })
|
||||||
aseprite
|
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, ... }: {
|
{ 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
|
||||||
];
|
];
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
targets = {
|
targets = {
|
||||||
hyprland.enable = true;
|
hyprpaper.enable = lib.mkForce false;
|
||||||
waybar.enable = false;
|
waybar.enable = false;
|
||||||
kitty.variant256Colors = true;
|
kitty.variant256Colors = true;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user