mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
format nix with alejandra
This commit is contained in:
parent
e1cc141ce7
commit
2b498c9fd3
37 changed files with 183 additions and 177 deletions
|
|
@ -1,6 +1,8 @@
|
|||
{ config, pkgs, ...}:
|
||||
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
homebrew = {
|
||||
enable = true;
|
||||
brewPrefix = "/opt/homebrew/bin";
|
||||
|
|
@ -65,5 +67,4 @@
|
|||
"font-maple-mono-nf-cn"
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,10 +1,9 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./packages.nix
|
||||
./brew.nix
|
||||
./dock.nix
|
||||
./system.nix
|
||||
./packages.nix
|
||||
./brew.nix
|
||||
./dock.nix
|
||||
./system.nix
|
||||
];
|
||||
time.timeZone = "Europe/London";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# Managed by Determinate
|
||||
nix.enable = false;
|
||||
system.stateVersion = 6;
|
||||
|
|
@ -51,5 +53,4 @@
|
|||
];
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue