Minecraft
This commit is contained in:
parent
2060295da9
commit
3ac380fd61
10 changed files with 53 additions and 20 deletions
|
@ -1,7 +1,10 @@
|
|||
{ ... }: {
|
||||
chvp.zfs.homeLinks = [
|
||||
{ path = ".ICAClient"; type = "data"; }
|
||||
];
|
||||
chvp = {
|
||||
nix.unfreePackages = [ "citrix-workspace" ];
|
||||
zfs.homeLinks = [
|
||||
{ path = ".ICAClient"; type = "data"; }
|
||||
];
|
||||
};
|
||||
home-manager.users.charlotte = { pkgs, ... }: {
|
||||
home.packages = with pkgs; [ citrix_workspace ];
|
||||
};
|
||||
|
|
|
@ -27,4 +27,5 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
chvp.nix.unfreePackages = [ "dropbox" ];
|
||||
}
|
||||
|
|
|
@ -5,7 +5,10 @@
|
|||
home.packages = with pkgs; [ teams ];
|
||||
};
|
||||
|
||||
chvp.zfs.homeLinks = [
|
||||
{ path = ".config/Microsoft"; type = "data"; }
|
||||
];
|
||||
chvp = {
|
||||
nix.unfreePackages = [ "teams" ];
|
||||
zfs.homeLinks = [
|
||||
{ path = ".config/Microsoft"; type = "data"; }
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue