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 = { nixpkgs = {
config = { config = {
allowUnfree = true; allowUnfree = true;
allowBroken = true; allowBroken = false;
allowInsecure = false; allowInsecure = false;
allowUnsupportedSystem = true; allowUnsupportedSystem = false;
}; };
overlays = let overlays = let

View File

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

View File

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

View File

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

View File

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