mirror of
https://github.com/davegallant/nix-config
synced 2025-10-11 08:26:01 +00:00
Compare commits
2 Commits
d70efa5933
...
56e19b8d99
Author | SHA1 | Date | |
---|---|---|---|
|
56e19b8d99 | ||
|
d222ce269b |
6
flake.lock
generated
6
flake.lock
generated
@@ -422,11 +422,11 @@
|
||||
},
|
||||
"nixpkgs-unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1728279793,
|
||||
"narHash": "sha256-W3D5YpNrUVTFPVU4jiEiboaaUDShaiH5fRl9aJLqUnU=",
|
||||
"lastModified": 1728377658,
|
||||
"narHash": "sha256-omXE+zNAIz++2sX5PG4AkkecXN66uu0JZJzjCTeT5o0=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "f85a2d005e83542784a755ca8da112f4f65c4aa4",
|
||||
"rev": "a2eacc0c62c0537bd1a7a60c1f91d1f3a59fd013",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@@ -1,8 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
checkBrew = "command -v brew > /dev/null";
|
||||
in
|
||||
{
|
||||
let checkBrew = "command -v brew > /dev/null";
|
||||
in {
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
@@ -10,9 +8,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostName = "zelus";
|
||||
};
|
||||
networking = { hostName = "zelus"; };
|
||||
|
||||
services.nix-daemon.enable = true;
|
||||
|
||||
@@ -32,9 +28,7 @@ in
|
||||
extraInit = ''
|
||||
${checkBrew} || >&2 echo "brew is not installed (install it via https://brew.sh)"
|
||||
'';
|
||||
variables = {
|
||||
LANG = "en_US.UTF-8";
|
||||
};
|
||||
variables = { LANG = "en_US.UTF-8"; };
|
||||
};
|
||||
|
||||
system.defaults = {
|
||||
@@ -75,9 +69,7 @@ in
|
||||
enable = true;
|
||||
onActivation.autoUpdate = false;
|
||||
onActivation.upgrade = false;
|
||||
global = {
|
||||
brewfile = true;
|
||||
};
|
||||
global = { brewfile = true; };
|
||||
|
||||
brews = [
|
||||
"azure-cli"
|
||||
@@ -96,6 +88,7 @@ in
|
||||
"font-hack-nerd-font"
|
||||
"karabiner-elements"
|
||||
"iterm2"
|
||||
"librewolf"
|
||||
"logseq"
|
||||
"lulu"
|
||||
"notunes"
|
||||
|
Reference in New Issue
Block a user