feat: update for darwin

This commit is contained in:
ryan4yin
2023-05-26 11:06:19 +08:00
parent c694c81215
commit fedcf1bafd
13 changed files with 191 additions and 44 deletions
+10
View File
@@ -0,0 +1,10 @@
{pkgs, ...}:
{
home.packages = with pkgs; [
docker-compose
kubectl
kubernetes-helm
terraform
pulumi
];
}
+4 -4
View File
@@ -1,16 +1,16 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
imports = [
./programs
./shell
./darwin
];
# Home Manager needs a bit of information about you and the
# paths it should manage.
home = {
username = "admin";
homeDirectory = "/Users/admin";
# set homeDirectory make build fail
# homeDirectory = "/Users/admin";
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage
+1
View File
@@ -11,6 +11,7 @@
in {
home.packages = with pkgs-stable; [
firefox-wayland # firefox with wayland support
wineWowPackages.wayland
];
-1
View File
@@ -22,7 +22,6 @@
# misc
libnotify
wineWowPackages.wayland
xdg-utils
# productivity