mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add gcloud </3
This commit is contained in:
parent
45044a8dbe
commit
c132f9fba9
1 changed files with 10 additions and 6 deletions
|
|
@ -13,12 +13,16 @@ in {
|
||||||
mods.desktop.development.enable = true;
|
mods.desktop.development.enable = true;
|
||||||
mods.desktop.productivity.enable = false;
|
mods.desktop.productivity.enable = false;
|
||||||
|
|
||||||
home.file = {
|
home.packages = with pkgs;
|
||||||
".config/aerc/pw.sh" = {
|
[
|
||||||
text = "cat ${config.sops.secrets.hr-password.path}";
|
thunderbird
|
||||||
executable = true;
|
pulseaudio
|
||||||
};
|
pavucontrol
|
||||||
};
|
]
|
||||||
|
|
||||||
|
# Non-free </3
|
||||||
|
|
||||||
|
++ [ google-cloud-sdk ];
|
||||||
|
|
||||||
# Hardware preferences
|
# Hardware preferences
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue