tidying pkgs

This commit is contained in:
2026-03-09 14:55:47 +00:00
parent b38df66e19
commit 00049f29e9
5 changed files with 42 additions and 30 deletions
+6 -4
View File
@@ -1,5 +1,9 @@
{inputs, ...}: {
flake.nixosModules.packages = {pkgs, ...}: {
{
inputs,
self,
...
}: {
flake.nixosModules.packages = { pkgs, ... }: {
environment.systemPackages = with pkgs; [
fd
ripgrep
@@ -8,7 +12,6 @@
alacritty
fzf
autojump
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
pulseaudio
legcord
quickshell
@@ -16,7 +19,6 @@
slack
feishin
obsidian
(pkgs.callPackage ../pkgs/helium.nix {})
];
};
}