mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
feat: environment variables for wayland & nvidia
This commit is contained in:
@@ -2,12 +2,11 @@
|
||||
{
|
||||
programs.ssh.matchBlocks."github.com".identityFile = "${config.home.homeDirectory}/.ssh/idols-ai";
|
||||
|
||||
modules.desktop.hyprland = {
|
||||
nvidia = true;
|
||||
settings.source = [
|
||||
"${config.home.homeDirectory}/nix-config/hosts/idols-ai/hypr-hardware.conf"
|
||||
];
|
||||
};
|
||||
modules.desktop.nvidia.enable = true;
|
||||
|
||||
modules.desktop.hyprland.settings.source = [
|
||||
"${config.home.homeDirectory}/nix-config/hosts/idols-ai/hypr-hardware.conf"
|
||||
];
|
||||
|
||||
modules.desktop.niri = {
|
||||
settings =
|
||||
|
||||
Reference in New Issue
Block a user