This commit is contained in:
2025-08-06 22:29:54 +02:00
parent 8ac2a280a4
commit 1dafcae397
5 changed files with 9 additions and 4 deletions

View File

@@ -13,9 +13,9 @@
nixpkgs = {
config = {
allowUnfree = true;
allowBroken = true;
allowBroken = false;
allowInsecure = false;
allowUnsupportedSystem = true;
allowUnsupportedSystem = false;
};
overlays = let

View File

@@ -2,10 +2,10 @@
imports = [
./atuin.nix
./bat.nix
./lazygit.nix
./eza.nix
./fish.nix
./git.nix
./lazygit.nix
./neovim
./ssh.nix
./starship.nix

View File

@@ -1,5 +1,6 @@
{
programs.lazygit = {
enable = true;
settings = {
gui = {
theme = {

View File

@@ -1,6 +1,8 @@
{pkgs, ...}: {
homebrew = {
enable = true;
masApps = {};
masApps = {
"wipr2" = 1662217862;
};
};
}

View File

@@ -2,5 +2,7 @@
with pkgs; [
_1password-gui
dockutil
mas
raycast
whatsapp-for-mac
]