mirror of
https://github.com/Alexandre1a/NixOSDots.git
synced 2026-03-10 00:09:46 +01:00
Changed the AI.nix import from HM to Configuration.nix
This commit is contained in:
parent
0422dc93e0
commit
7e7ea34ca6
@ -10,9 +10,6 @@ in
|
||||
commonHome // {
|
||||
# Refer to the nixOS host for info about home-manager
|
||||
# inherit commonHome;
|
||||
imports = [
|
||||
(import ../../common/ai.nix { gpu = "metal"; })
|
||||
];
|
||||
|
||||
home.stateVersion = "25.11";
|
||||
# Allow unfree packages
|
||||
|
||||
@ -1,4 +1,6 @@
|
||||
{
|
||||
# Enpty file for future imports
|
||||
|
||||
imports = [
|
||||
(import ../../common/ai.nix { gpu = "metal"; })
|
||||
];
|
||||
}
|
||||
|
||||
@ -12,7 +12,6 @@ commonHome // {
|
||||
# manage.
|
||||
imports = [
|
||||
../../modules/home-manager/hyprland.nix
|
||||
(import ../../modules/common/ai.nix { gpu = "cuda"; })
|
||||
];
|
||||
# This value determines the Home Manager release that your configuration is
|
||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||
|
||||
@ -8,5 +8,6 @@
|
||||
../../modules/nixos/gamming/steam.nix # For Steam/Proton/Lutris/MangoHUD/Heroic/Bottles
|
||||
../../modules/common/spotify.nix # Spotify/Spicetify
|
||||
../../modules/common/ssh.nix
|
||||
(import ../../modules/common/ai.nix { gpu = "cuda"; })
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user