mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add librewolf
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let checkBrew = "command -v brew > /dev/null";
|
||||||
checkBrew = "command -v brew > /dev/null";
|
in {
|
||||||
in
|
|
||||||
{
|
|
||||||
nixpkgs = {
|
nixpkgs = {
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
@@ -10,9 +8,7 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking = {
|
networking = { hostName = "zelus"; };
|
||||||
hostName = "zelus";
|
|
||||||
};
|
|
||||||
|
|
||||||
services.nix-daemon.enable = true;
|
services.nix-daemon.enable = true;
|
||||||
|
|
||||||
@@ -32,9 +28,7 @@ in
|
|||||||
extraInit = ''
|
extraInit = ''
|
||||||
${checkBrew} || >&2 echo "brew is not installed (install it via https://brew.sh)"
|
${checkBrew} || >&2 echo "brew is not installed (install it via https://brew.sh)"
|
||||||
'';
|
'';
|
||||||
variables = {
|
variables = { LANG = "en_US.UTF-8"; };
|
||||||
LANG = "en_US.UTF-8";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
system.defaults = {
|
system.defaults = {
|
||||||
@@ -75,9 +69,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
onActivation.autoUpdate = false;
|
onActivation.autoUpdate = false;
|
||||||
onActivation.upgrade = false;
|
onActivation.upgrade = false;
|
||||||
global = {
|
global = { brewfile = true; };
|
||||||
brewfile = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
brews = [
|
brews = [
|
||||||
"azure-cli"
|
"azure-cli"
|
||||||
@@ -96,6 +88,7 @@ in
|
|||||||
"font-hack-nerd-font"
|
"font-hack-nerd-font"
|
||||||
"karabiner-elements"
|
"karabiner-elements"
|
||||||
"iterm2"
|
"iterm2"
|
||||||
|
"librewolf"
|
||||||
"logseq"
|
"logseq"
|
||||||
"lulu"
|
"lulu"
|
||||||
"notunes"
|
"notunes"
|
||||||
|
Reference in New Issue
Block a user