mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: make config more uniform
This commit is contained in:
parent
e50835d259
commit
c73813d5c4
1 changed files with 8 additions and 2 deletions
|
|
@ -14,7 +14,14 @@
|
||||||
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
inputs.nixos-hardware.nixosModules.framework-13-7040-amd
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.etc.hosts.mode = "0700";
|
# install some system-utilities; set hosts to be editable by the user.
|
||||||
|
environment = {
|
||||||
|
systemPackages = with pkgs; [
|
||||||
|
fwupd
|
||||||
|
fw-ectool
|
||||||
|
];
|
||||||
|
etc.hosts.mode = "0700";
|
||||||
|
};
|
||||||
|
|
||||||
liv = {
|
liv = {
|
||||||
laptop.enable = true;
|
laptop.enable = true;
|
||||||
|
|
@ -24,7 +31,6 @@
|
||||||
gui.enable = true;
|
gui.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ fwupd ];
|
|
||||||
hardware.framework = {
|
hardware.framework = {
|
||||||
amd-7040.preventWakeOnAC = true;
|
amd-7040.preventWakeOnAC = true;
|
||||||
laptop13.audioEnhancement.enable = true;
|
laptop13.audioEnhancement.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue