Compare commits

..

No commits in common. "9e212934dda511417634c72acbfeda59ed2fe24b" and "58d84ce88be1922aa787d57d49213d7d4e5603b1" have entirely different histories.

2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,8 @@
{ config {
, lib config,
, pkgs lib,
, ... pkgs,
...
}: }:
with lib; with lib;
with lib.metacfg; with lib.metacfg;
@ -38,6 +39,7 @@ in
wget wget
ssh-tresor ssh-tresor
starship starship
wezterm
]; ];
shells = [ shells = [
pkgs.fish pkgs.fish

View file

@ -14,7 +14,6 @@ with lib.metacfg;
"libusb" "libusb"
"mas" "mas"
]; ];
casks = [ "blackhole-2ch" ];
masApps = { }; masApps = { };
onActivation = { onActivation = {
cleanup = "zap"; cleanup = "zap";
@ -31,7 +30,7 @@ with lib.metacfg;
tools = { tools = {
direnv.enable = true; direnv.enable = true;
alacritty.enable = true; alacritty.enable = true;
wezterm.enable = false; wezterm.enable = true;
}; };
build.enable = true; build.enable = true;
}; };
@ -46,7 +45,6 @@ with lib.metacfg;
nodejs nodejs
qemu qemu
virt-manager virt-manager
darktable
]; ];
users.users.harald.shell = pkgs.fish; users.users.harald.shell = pkgs.fish;