rename vm common configuration
This commit is contained in:
parent
dc7d7071d9
commit
c07c6baeae
3 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../template.nix
|
../common.nix
|
||||||
#../../../nixos/shell.nix
|
#../../../nixos/shell.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../template.nix
|
../common.nix
|
||||||
#../../../nixos/shell.nix
|
#../../../nixos/shell.nix
|
||||||
];
|
];
|
||||||
environment.systemPackages = with pkgs; [ fastfetch ];
|
environment.systemPackages = with pkgs; [ fastfetch ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue