fix VM
This commit is contained in:
parent
14eb4fd425
commit
6a8af8942b
2 changed files with 18 additions and 18 deletions
32
flake.nix
32
flake.nix
|
|
@ -312,23 +312,23 @@
|
|||
{ nixpkgs.overlays = [ apple-silicon.overlays.apple-silicon-overlay ]; }
|
||||
];
|
||||
};
|
||||
|
||||
alien =
|
||||
mkNixosSystem {
|
||||
hostname = "alien";
|
||||
system = "x86_64-linux";
|
||||
extraModules = [
|
||||
{ nixpkgs.overlays = [ nix-cachyos-kernel.overlays.pinned ]; }
|
||||
];
|
||||
}
|
||||
// nixpkgs.lib.genAttrs supportedSystems (
|
||||
system:
|
||||
mkNixosSystem {
|
||||
hostname = "vm-generic";
|
||||
inherit system;
|
||||
alien = mkNixosSystem {
|
||||
hostname = "alien";
|
||||
system = "x86_64-linux";
|
||||
extraModules = [
|
||||
{
|
||||
nixpkgs.overlays = [ nix-cachyos-kernel.overlays.pinned ];
|
||||
}
|
||||
);
|
||||
};
|
||||
];
|
||||
};
|
||||
}
|
||||
// nixpkgs.lib.genAttrs supportedSystems (
|
||||
system:
|
||||
mkNixosSystem {
|
||||
hostname = "vm-generic";
|
||||
inherit system;
|
||||
}
|
||||
);
|
||||
|
||||
homeConfigurations = {
|
||||
peach = mkHomeConfig {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{ catppuccin, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
home-manager.users.sckova = {
|
||||
imports = [ catppuccin.homeModules.catppuccin ];
|
||||
imports = [ ];
|
||||
};
|
||||
|
||||
services.spice-vdagentd.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue