formating

This commit is contained in:
Don Harper 2025-01-02 23:01:26 -06:00
parent fd344846f1
commit 77c458ff10
3 changed files with 6 additions and 9 deletions

View file

@ -1,9 +1,7 @@
{ inputs, outputs, pkgs, pkgs-stable, ... }: {
imports = [ inputs.home-manager.nixosModules.home-manager ];
home-manager.extraSpecialArgs = {
pkgs-stable = import pkgs-stable {
config.allowUnfree = true;
};
pkgs-stable = import pkgs-stable { config.allowUnfree = true; };
inherit inputs outputs;
};
home-manager = {

View file

@ -4,8 +4,7 @@ let cfg = config.roles.citrix;
in {
options.roles.citrix = { enable = lib.mkEnableOption "citrix tools"; };
config = mkIf cfg.enable {
home-manager.users.don.home.packages = with pkgs;
[ citrix_workspace ];
home-manager.users.don.home.packages = with pkgs; [ citrix_workspace ];
home-manager.users.don.home.file."ICAClient" = {
recursive = true;
source = ./files/citrix;