nix flake update
This commit is contained in:
parent
9d2848cbd7
commit
bd58cf5821
8 changed files with 44 additions and 72 deletions
|
@ -144,7 +144,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.packages = [ pkgs.git-instafix ];
|
||||
home.packages = with pkgs; [ nixpkgs-2411.git-instafix ];
|
||||
|
||||
home.sessionVariables = {
|
||||
GIT_INSTAFIX_UPSTREAM = "origin/main";
|
||||
|
|
|
@ -11,6 +11,6 @@ with lib;
|
|||
options.features.desktop.media.kdenlive.enable = mkEnableOption "Enable kdenlive";
|
||||
|
||||
config = mkIf config.features.desktop.media.kdenlive.enable {
|
||||
home.packages = with pkgs; [ kdenlive ];
|
||||
home.packages = with pkgs; [ kdePackages.kdenlive ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,6 +11,6 @@ with lib;
|
|||
options.features.desktop.zoom.enable = mkEnableOption "Enable zoom";
|
||||
|
||||
config = mkIf config.features.desktop.zoom.enable {
|
||||
home.packages = with pkgs; [ nixpkgs-2405.zoom-us ];
|
||||
home.packages = with pkgs; [ zoom-us ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -13,6 +13,6 @@ with lib;
|
|||
config = mkIf config.features.desktop.gaming.enable {
|
||||
programs.steam.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ nixpkgs-2411.zeroad ];
|
||||
environment.systemPackages = with pkgs; [ zeroad ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue