fix: remove with pkgs;; also adds things

This commit is contained in:
Ahwx 2026-06-04 22:00:39 +02:00
parent f67aa678a1
commit bfcadd77eb

View file

@ -11,7 +11,7 @@
inputs.apple-silicon-support.nixosModules.apple-silicon-support
# ./apple-silicon-support
./../../modules/services/tailscale.nix
../../modules/core/automount.nix
# ../../modules/core/sshfs.nix
./../../modules/services/mpd.nix
./../../modules/services/mullvad.nix
# ./../../modules/services/automount.nix
@ -19,6 +19,17 @@
hardware.asahi.peripheralFirmwareDirectory = ./firmware;
environment = {
systemPackages = [
pkgs.monero-gui
pkgs.btrfs-progs
pkgs.apfs-fuse
pkgs.neovim
pkgs.wget
pkgs.acpi
];
};
liv = {
laptop.enable = true;
creative.enable = true;
@ -33,13 +44,6 @@
time.timeZone = "Europe/Amsterdam";
environment.systemPackages = with pkgs; [
btrfs-progs
neovim
wget
acpi
];
services = {
displayManager.ly.enable = true;
vnstat.enable = true;