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 // {
|
commonHome // {
|
||||||
# Refer to the nixOS host for info about home-manager
|
# Refer to the nixOS host for info about home-manager
|
||||||
# inherit commonHome;
|
# inherit commonHome;
|
||||||
imports = [
|
|
||||||
(import ../../common/ai.nix { gpu = "metal"; })
|
|
||||||
];
|
|
||||||
|
|
||||||
home.stateVersion = "25.11";
|
home.stateVersion = "25.11";
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
|
|||||||
@ -1,4 +1,6 @@
|
|||||||
{
|
{
|
||||||
# Enpty file for future imports
|
# Enpty file for future imports
|
||||||
|
imports = [
|
||||||
|
(import ../../common/ai.nix { gpu = "metal"; })
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,7 +12,6 @@ commonHome // {
|
|||||||
# manage.
|
# manage.
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/home-manager/hyprland.nix
|
../../modules/home-manager/hyprland.nix
|
||||||
(import ../../modules/common/ai.nix { gpu = "cuda"; })
|
|
||||||
];
|
];
|
||||||
# This value determines the Home Manager release that your configuration is
|
# This value determines the Home Manager release that your configuration is
|
||||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
# 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/nixos/gamming/steam.nix # For Steam/Proton/Lutris/MangoHUD/Heroic/Bottles
|
||||||
../../modules/common/spotify.nix # Spotify/Spicetify
|
../../modules/common/spotify.nix # Spotify/Spicetify
|
||||||
../../modules/common/ssh.nix
|
../../modules/common/ssh.nix
|
||||||
|
(import ../../modules/common/ai.nix { gpu = "cuda"; })
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user