mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: make configs more uniform?
This commit is contained in:
parent
63d18ba51b
commit
06edba04c8
2 changed files with 18 additions and 12 deletions
|
|
@ -1,17 +1,14 @@
|
|||
{ pkgs, config, ... }:
|
||||
{ inputs, lib, pkgs, config, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./../../modules/core
|
||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||
];
|
||||
|
||||
hardware.framework.amd-7040.preventWakeOnAC = true;
|
||||
networking.hostName = "sakura";
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"jitsi-meet-1.0.8043"
|
||||
"olm-3.2.16"
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
acpi
|
||||
brightnessctl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue