feat: ✨ Update flake version
This commit is contained in:
parent
f2cea42a2f
commit
8b4f134b49
12
flake.lock
generated
12
flake.lock
generated
@ -24,11 +24,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739302241,
|
"lastModified": 1740755725,
|
||||||
"narHash": "sha256-NXQXFU6HOschZ+8ZKrNOlwlHelez8vPl+dCiUaJ82/U=",
|
"narHash": "sha256-amZbqP84H/ApugaT+TADXTB3NbjkVHI9Vac1saIk0kE=",
|
||||||
"owner": "LnL7",
|
"owner": "LnL7",
|
||||||
"repo": "nix-darwin",
|
"repo": "nix-darwin",
|
||||||
"rev": "a6746213b138fe7add88b19bafacd446de574ca7",
|
"rev": "5d6e0851b60508cffd66b4a6982440a40720338d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@ -106,11 +106,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs_3": {
|
"nixpkgs_3": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739138025,
|
"lastModified": 1740916017,
|
||||||
"narHash": "sha256-M4ilIfGxzbBZuURokv24aqJTbdjPA9K+DtKUzrJaES4=",
|
"narHash": "sha256-Ze/3XCElkVljFCnBKezLldOz2ZaGp7eozxRqFzACnMI=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "b2243f41e860ac85c0b446eadc6930359b294e79",
|
"rev": "b58e19b11fe72175fd7a9e014a4786a91e99da5f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
10
flake.nix
10
flake.nix
@ -25,8 +25,8 @@
|
|||||||
pkgs.gh-copilot
|
pkgs.gh-copilot
|
||||||
pkgs.gh
|
pkgs.gh
|
||||||
pkgs.zathura
|
pkgs.zathura
|
||||||
pkgs.texliveMedium
|
|
||||||
pkgs.texlab
|
pkgs.texlab
|
||||||
|
pkgs.texliveFull
|
||||||
pkgs.rcm
|
pkgs.rcm
|
||||||
pkgs.fnm
|
pkgs.fnm
|
||||||
pkgs.universal-ctags
|
pkgs.universal-ctags
|
||||||
@ -36,6 +36,7 @@
|
|||||||
pkgs.rustup
|
pkgs.rustup
|
||||||
pkgs.ngrok
|
pkgs.ngrok
|
||||||
pkgs.marp-cli
|
pkgs.marp-cli
|
||||||
|
pkgs.discord
|
||||||
];
|
];
|
||||||
|
|
||||||
# HomeBrew configuration
|
# HomeBrew configuration
|
||||||
@ -45,7 +46,6 @@
|
|||||||
"hazeover"
|
"hazeover"
|
||||||
"arc"
|
"arc"
|
||||||
"cyberduck"
|
"cyberduck"
|
||||||
"discord"
|
|
||||||
#"gpg-suite-no-mail"
|
#"gpg-suite-no-mail"
|
||||||
"iina"
|
"iina"
|
||||||
"jetbrains-toolbox"
|
"jetbrains-toolbox"
|
||||||
@ -113,11 +113,11 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
# System configuration
|
# System configuration
|
||||||
security.pam.enableSudoTouchIdAuth = true;
|
security.pam.services.sudo_local.touchIdAuth = true;
|
||||||
system.defaults = {
|
system.defaults = {
|
||||||
dock = {
|
dock = {
|
||||||
autohide = true;
|
autohide = true;
|
||||||
orientation = "left";
|
orientation = "bottom";
|
||||||
show-recents = false;
|
show-recents = false;
|
||||||
magnification = false;
|
magnification = false;
|
||||||
autohide-time-modifier = 0.0;
|
autohide-time-modifier = 0.0;
|
||||||
@ -130,7 +130,7 @@
|
|||||||
"/Applications/Things.app"
|
"/Applications/Things.app"
|
||||||
"/Applications/Perplexity.app"
|
"/Applications/Perplexity.app"
|
||||||
"/System/Applications/Music.app"
|
"/System/Applications/Music.app"
|
||||||
"/Applications/Discord.app"
|
"/Applications/Nix Apps/Discord.app"
|
||||||
"/Applications/Zed.app"
|
"/Applications/Zed.app"
|
||||||
"/Applications/Visual\ Studio\ Code.app"
|
"/Applications/Visual\ Studio\ Code.app"
|
||||||
"/Applications/Warp.app"
|
"/Applications/Warp.app"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user