more
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
programs.lazygit = {
|
programs.lazygit = {
|
||||||
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
gui = {
|
gui = {
|
||||||
theme = {
|
theme = {
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
homebrew = {
|
homebrew = {
|
||||||
enable = true;
|
enable = true;
|
||||||
masApps = {};
|
masApps = {
|
||||||
|
"wipr2" = 1662217862;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,5 +2,7 @@
|
|||||||
with pkgs; [
|
with pkgs; [
|
||||||
_1password-gui
|
_1password-gui
|
||||||
dockutil
|
dockutil
|
||||||
|
mas
|
||||||
raycast
|
raycast
|
||||||
|
whatsapp-for-mac
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user