formating
This commit is contained in:
parent
fd344846f1
commit
77c458ff10
3 changed files with 6 additions and 9 deletions
|
|
@ -12,13 +12,13 @@
|
||||||
# nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
# nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
||||||
# nixos-cosmic.inputs.nixpkgs.follows = "nixpkgs";
|
# nixos-cosmic.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
nixpkgs-zoom.url = "github:NixOS/nixpkgs/06031e8a5d9d5293c725a50acf01242193635022";
|
nixpkgs-zoom.url =
|
||||||
|
"github:NixOS/nixpkgs/06031e8a5d9d5293c725a50acf01242193635022";
|
||||||
# nixpkgs-zoom.url = "github:NixOS/nixpkgs/79077930a404da8b7cd7ecf2fe05e8a80347e340";
|
# nixpkgs-zoom.url = "github:NixOS/nixpkgs/79077930a404da8b7cd7ecf2fe05e8a80347e340";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs@{ self, nixpkgs, nix,
|
outputs = inputs@{ self, nixpkgs, nix, nixpkgs-stable, nixos-hardware
|
||||||
nixpkgs-stable,
|
, home-manager, catppuccin, colmena, ... }:
|
||||||
nixos-hardware, home-manager, catppuccin, colmena, ... }:
|
|
||||||
let
|
let
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
lib = nixpkgs.lib // home-manager.lib;
|
lib = nixpkgs.lib // home-manager.lib;
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,7 @@
|
||||||
{ inputs, outputs, pkgs, pkgs-stable, ... }: {
|
{ inputs, outputs, pkgs, pkgs-stable, ... }: {
|
||||||
imports = [ inputs.home-manager.nixosModules.home-manager ];
|
imports = [ inputs.home-manager.nixosModules.home-manager ];
|
||||||
home-manager.extraSpecialArgs = {
|
home-manager.extraSpecialArgs = {
|
||||||
pkgs-stable = import pkgs-stable {
|
pkgs-stable = import pkgs-stable { config.allowUnfree = true; };
|
||||||
config.allowUnfree = true;
|
|
||||||
};
|
|
||||||
inherit inputs outputs;
|
inherit inputs outputs;
|
||||||
};
|
};
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,7 @@ let cfg = config.roles.citrix;
|
||||||
in {
|
in {
|
||||||
options.roles.citrix = { enable = lib.mkEnableOption "citrix tools"; };
|
options.roles.citrix = { enable = lib.mkEnableOption "citrix tools"; };
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
home-manager.users.don.home.packages = with pkgs;
|
home-manager.users.don.home.packages = with pkgs; [ citrix_workspace ];
|
||||||
[ citrix_workspace ];
|
|
||||||
home-manager.users.don.home.file."ICAClient" = {
|
home-manager.users.don.home.file."ICAClient" = {
|
||||||
recursive = true;
|
recursive = true;
|
||||||
source = ./files/citrix;
|
source = ./files/citrix;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue