nix-ld
This commit is contained in:
@@ -18,6 +18,7 @@ in
|
||||
../common/features/pipewire.nix
|
||||
../common/features/docker.nix
|
||||
../common/features/fonts.nix
|
||||
../common/features/nix-ld.nix
|
||||
];
|
||||
|
||||
networking.hostName = "arrakis";
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
{
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld.libraries = with pkgs; [
|
||||
# Add any missing dynamic libraries for unpackaged programs
|
||||
# here, NOT in environment.systemPackages
|
||||
];
|
||||
}
|
||||
@@ -6,7 +6,9 @@ in
|
||||
{
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
environments.systemPackages = with pkgs; [ brightnessctl ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
brightnessctl
|
||||
];
|
||||
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user