feat: install some apps from apple store instead of homebrew

feat: replace username with ryan
fix: secrets
This commit is contained in:
Ryan Yin
2023-07-15 16:15:00 +08:00
parent c90d1c0208
commit c6e736d64b
13 changed files with 184 additions and 118 deletions
+7 -7
View File
@@ -65,14 +65,14 @@
enable = true;
config = {
pager = "less -FR";
theme = "Catppuccin-mocha";
};
themes = {
Catppuccin-mocha = builtins.readFile (pkgs.fetchurl {
url = "https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme";
hash = "sha256-qMQNJGZImmjrqzy7IiEkY5IhvPAMZpq0W6skLLsng/w=";
});
# theme = "Catppuccin-mocha";
};
#themes = {
# Catppuccin-mocha = builtins.readFile (pkgs.fetchurl {
# url = "https://raw.githubusercontent.com/catppuccin/bat/main/Catppuccin-mocha.tmTheme";
# hash = "sha256-qMQNJGZImmjrqzy7IiEkY5IhvPAMZpq0W6skLLsng/w=";
# });
#};
};
# skim provides a single executable: sk.
+2 -2
View File
@@ -12,9 +12,9 @@
# Home Manager needs a bit of information about you and the
# paths it should manage.
home = {
username = "admin";
username = "ryan";
# set homeDirectory make build fail
homeDirectory = "/Users/admin";
homeDirectory = "/Users/ryan";
# This value determines the Home Manager release that your
# configuration is compatible with. This helps avoid breakage