hw
This commit is contained in:
parent
3c44ab3bbe
commit
dd7fdc2855
4 changed files with 8 additions and 3 deletions
|
|
@ -4,7 +4,9 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
libdbusmenu-gtk3
|
libdbusmenu-gtk3
|
||||||
networkmanager
|
networkmanager
|
||||||
pipewire-pulse
|
gnome.gnome-bluetooth
|
||||||
|
|
||||||
|
ddcutil
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.ags = {
|
programs.ags = {
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
./bluetooth.nix
|
./bluetooth.nix
|
||||||
./btrfs.nix
|
./btrfs.nix
|
||||||
./fonts.nix
|
./fonts.nix
|
||||||
|
./hardware.nix
|
||||||
./nix.nix
|
./nix.nix
|
||||||
./nfs.nix
|
./nfs.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
|
|
|
||||||
3
system/hardware.nix
Normal file
3
system/hardware.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{...}: {
|
||||||
|
hardware.i2c.enable = true;
|
||||||
|
}
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.packages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnome-bluetooth
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue