system: update
This commit is contained in:
@ -1,10 +1,10 @@
|
||||
{ pkgs, pkgs-stable, ... }: {
|
||||
{ pkgs, pkgs-fixed, ... }: {
|
||||
disabledModules = [ ../../modules/user/packages/coding.nix ];
|
||||
home.packages = with pkgs; [
|
||||
nautilus
|
||||
burpsuite
|
||||
exiftool
|
||||
python3
|
||||
pkgs-stable.jetbrains.pycharm-community
|
||||
pkgs-fixed.jetbrains.pycharm-community
|
||||
];
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{ pkgs, pkgs-stable, lib, inputs, name, fullname ? name, ... }: {
|
||||
{ pkgs, pkgs-stable, pkgs-fixed, lib, inputs, name, fullname ? name, ... }: {
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager {
|
||||
home-manager = {
|
||||
@ -26,6 +26,7 @@
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
inherit pkgs-stable;
|
||||
inherit pkgs-fixed;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user