aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-01-06 18:53:11 -0800
committerFranck Cuny <franck@fcuny.net>2025-01-06 18:53:44 -0800
commit6949c9699be5cbc1406da8c44797ac07e47d275d (patch)
tree35e33163f98df28e40fd2502f4dae8a6e4a3ac85 /nix
parentMerge pull request #2 from fcuny/update_flake_lock_action (diff)
downloadinfra-6949c9699be5cbc1406da8c44797ac07e47d275d.tar.gz
back to iterm2
Diffstat (limited to 'nix')
-rw-r--r--nix/machines/darwin-shared.nix1
-rw-r--r--nix/users/fcuny/shell.nix12
2 files changed, 1 insertions, 12 deletions
diff --git a/nix/machines/darwin-shared.nix b/nix/machines/darwin-shared.nix
index 6836409..79f1933 100644
--- a/nix/machines/darwin-shared.nix
+++ b/nix/machines/darwin-shared.nix
@@ -73,6 +73,7 @@
"1password-cli"
"docker"
"element"
+ "iterm2"
"transmission"
"vlc"
"wireshark"
diff --git a/nix/users/fcuny/shell.nix b/nix/users/fcuny/shell.nix
index b0277f2..b415038 100644
--- a/nix/users/fcuny/shell.nix
+++ b/nix/users/fcuny/shell.nix
@@ -36,18 +36,6 @@ in
]
++ (lib.optionals (isLinux) [ htop ]);
- # https://github.com/nix-community/home-manager/blob/master/modules/programs/alacritty.nix
- programs.alacritty = {
- enable = true;
- settings = {
- env.TERM = "xterm-256color";
- font = {
- normal.family = "Source Code Pro";
- size = 16.0;
- };
- };
- };
-
# https://github.com/nix-community/home-manager/blob/master/modules/programs/fish.nix
programs.fish = {
enable = true;