add cassowary
This commit is contained in:
parent
118277f58d
commit
60bf7127d6
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
# nixosProfiles.stable-diffusion
|
# nixosProfiles.stable-diffusion
|
||||||
nixosProfiles.a2ln-server
|
nixosProfiles.a2ln-server
|
||||||
|
nixosProfiles.cassowary
|
||||||
# nixosProfiles.sunshine
|
# nixosProfiles.sunshine
|
||||||
];
|
];
|
||||||
|
|
||||||
|
15
profiles/applications/cassowary.nix
Normal file
15
profiles/applications/cassowary.nix
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{ config, pkgs, lib, ... }: {
|
||||||
|
home-manager.users.${config.mainuser} = {
|
||||||
|
home.packages = [
|
||||||
|
pkgs.cassowary-py
|
||||||
|
];
|
||||||
|
|
||||||
|
# xdg.configFile."casualrdh/config.json".text = toJson ''
|
||||||
|
# '';
|
||||||
|
# xdg.desktopEntries
|
||||||
|
};
|
||||||
|
|
||||||
|
persist.state.homeDirectories = [
|
||||||
|
".config/casualrdh"
|
||||||
|
];
|
||||||
|
}
|
@ -50,6 +50,7 @@ with lib; {
|
|||||||
# For nix-direnv
|
# For nix-direnv
|
||||||
nixFlakes = final.nix;
|
nixFlakes = final.nix;
|
||||||
|
|
||||||
|
cassowary-py = inputs.cassowary.packages.${system}.cassowary;
|
||||||
inherit (prev.callPackage ./packages/ivpn/default.nix {}) ivpn ivpn-service;
|
inherit (prev.callPackage ./packages/ivpn/default.nix {}) ivpn ivpn-service;
|
||||||
ivpn-ui = prev.callPackage ./packages/ivpn-ui/default.nix { };
|
ivpn-ui = prev.callPackage ./packages/ivpn-ui/default.nix { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user