summaryrefslogtreecommitdiff
path: root/hosts/shinji/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/shinji/default.nix')
-rw-r--r--hosts/shinji/default.nix10
1 files changed, 3 insertions, 7 deletions
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix
index 533c0eb..750b22a 100644
--- a/hosts/shinji/default.nix
+++ b/hosts/shinji/default.nix
@@ -1,11 +1,6 @@
# Shinji
# System configuration for my laptop
-{
- pkgs,
- inputs,
- system,
- ...
-}: {
+{pkgs, ...}: {
imports = [
./hardware.nix
./sops.nix
@@ -14,6 +9,7 @@
# options
hostName = "shinji";
+ cores = 16;
monitors = [
{
port = "eDP-1";
@@ -47,7 +43,7 @@
# logitech mouse udev
services.udev.packages = [
- inputs.self.packages.${system}.solaar-udev-rules
+ pkgs.solaar-udev-rules
];
# packages