commit 2fa4285c8ee8130370766ad98f635da60535bc21
parent 04b3da9d3ce6b34122be98b674d707a484a55f6d
Author: mtmn <miro@haravara.org>
Date: Fri, 8 May 2026 13:20:30 +0200
chore: formatting fixes
Diffstat:
3 files changed, 89 insertions(+), 83 deletions(-)
diff --git a/hosts/nixaran/flake.nix b/hosts/nixaran/flake.nix
Binary files differ.
diff --git a/hosts/proton/default.nix b/hosts/proton/default.nix
@@ -1,4 +1,8 @@
-{pkgs, ...}: {
+{
+ pkgs,
+ lib,
+ ...
+}: {
imports = [../../modules/mixins/dotfiles ../../modules/mixins/core ../../modules/mixins/treesitter ./overlays];
programs.git = {
@@ -11,92 +15,92 @@
];
};
- home.packages = with pkgs; [
- # core
- bat
- eza
- fd
- fzf
- neovim
- ripgrep
- moor
- tmux
- ncurses
- tree-sitter
- unzip
- zoxide
- pass
- passExtensions.pass-otp
+ home.packages = lib.concatLists [
+ (with pkgs; [
+ # core
+ bat
+ eza
+ fd
+ fzf
+ neovim
+ ripgrep
+ moor
+ tmux
+ ncurses
+ tree-sitter
+ unzip
+ zoxide
+ pass
+ passExtensions.pass-otp
- # utils
- borgbackup
- fdupes
- gocryptfs
- inotify-tools
- ncdu
- restic
- tealdeer
- libvarlink
- bandit
- ruff
- shellcheck
- shfmt
- sops
- zls
+ # utils
+ borgbackup
+ fdupes
+ gocryptfs
+ inotify-tools
+ ncdu
+ restic
+ tealdeer
+ libvarlink
+ bandit
+ ruff
+ shellcheck
+ shfmt
+ sops
+ zls
- # data (extras beyond dev mixin)
- slop
+ # data (extras beyond dev mixin)
+ slop
- # vcs (extras beyond dev mixin)
- git
+ # vcs (extras beyond dev mixin)
+ git
- # net (extras beyond dev mixin)
- caddy
- chisel
- dnscontrol
- dnsmasq
- knot-dns
- monolith
- trickle
- w3m
+ # net (extras beyond dev mixin)
+ caddy
+ chisel
+ dnscontrol
+ dnsmasq
+ knot-dns
+ monolith
+ trickle
+ w3m
- # build
- libgcc
- bear
- bmake
- boost
- clang
- cmake
- ctags
- entr
- just
- act
- lld
- lldb
- llvm
- meson
- mold
- ninja
- tre
- libtermkey
+ # build
+ libgcc
+ bear
+ bmake
+ boost
+ clang
+ cmake
+ ctags
+ entr
+ just
+ act
+ lld
+ lldb
+ llvm
+ meson
+ mold
+ ninja
+ tre
+ libtermkey
- # perf
- bpftools
- bpftrace
- bpfmon
- bpftop
- libbpf
- below
- hyperfine
- iotop
- pwru
- gdb
- strace
- perf
- valgrind
- aflplusplus
- ];
- home.packages = lib.concatLists [
+ # perf
+ bpftools
+ bpftrace
+ bpfmon
+ bpftop
+ libbpf
+ below
+ hyperfine
+ iotop
+ pwru
+ gdb
+ strace
+ perf
+ valgrind
+ aflplusplus
+ ])
(with pkgs.beam28Packages; [erlang expert rebar3])
(with pkgs; [
babashka
diff --git a/hosts/void/default.nix b/hosts/void/default.nix
@@ -5,8 +5,10 @@
}: {
imports = [../../modules/mixins/dotfiles ../../modules/mixins/core ../../modules/mixins/treesitter ./overlays];
- targets.genericLinux.enable = true;
- targets.genericLinux.gpu.enable = true;
+ targets.genericLinux = {
+ enable = true;
+ gpu.enable = true;
+ };
home.packages = lib.concatLists (lib.attrValues (with pkgs; {
web = [