mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2026-07-16 22:21:55 +08:00
fix: remove with pkgs;; also adds things
This commit is contained in:
parent
f67aa678a1
commit
bfcadd77eb
1 changed files with 12 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue