Migrated to Nixbook. https://github.com/mkellyxp/nixbook
This commit is contained in:
parent
23a1745906
commit
c9b82b99fe
7 changed files with 0 additions and 150 deletions
|
|
@ -1,54 +0,0 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.agenix.nixosModules.default
|
||||
inputs.nixos-hardware.nixosModules.common-cpu-intel
|
||||
inputs.nixos-hardware.nixosModules.common-gpu-intel
|
||||
inputs.nixos-hardware.nixosModules.common-pc-laptop
|
||||
inputs.nixos-hardware.nixosModules.common-pc-laptop-hdd
|
||||
inputs.nixos-hardware.nixosModules.system76
|
||||
|
||||
../common
|
||||
./hardware-configuration.nix
|
||||
./programs.nix
|
||||
./services.nix
|
||||
|
||||
../../users/opdavies.nix
|
||||
../../users/eric.nix
|
||||
];
|
||||
|
||||
nixpad.enable = true;
|
||||
|
||||
# Bootloader.
|
||||
boot = {
|
||||
loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
efi.efiSysMountPoint = "/boot/efi";
|
||||
|
||||
systemd-boot.enable = true;
|
||||
systemd-boot.configurationLimit = 25;
|
||||
};
|
||||
};
|
||||
|
||||
systemd.settings.Manager = {
|
||||
DefaultTimeoutStopSec = "10s";
|
||||
};
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
security = {
|
||||
polkit.enable = true;
|
||||
rtkit.enable = true;
|
||||
};
|
||||
|
||||
users.users.eric.packages = with pkgs; [
|
||||
git
|
||||
vscodium
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
fastfetch
|
||||
htop
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue