Compare commits

..

2 Commits

Author SHA1 Message Date
Dave Gallant
56e19b8d99 Add librewolf 2024-10-09 12:23:45 -04:00
Dave Gallant
d222ce269b nix flake update: 2024-10-09 13:38:59 UTC
• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/f85a2d005e83542784a755ca8da112f4f65c4aa4' (2024-10-07)
  → 'github:NixOS/nixpkgs/a2eacc0c62c0537bd1a7a60c1f91d1f3a59fd013' (2024-10-08)
2024-10-09 09:38:59 -04:00
2 changed files with 9 additions and 16 deletions

6
flake.lock generated
View File

@@ -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": {

View File

@@ -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"