new commit banana

This commit is contained in:
Charlie Root 2024-04-10 11:56:34 +02:00
commit 150c58ff9d
3 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@
nixosConfigurations = {
vlaptop = mkSystem {
hostname = "nixos";
modules = [./hosts/vali/laptop];
modules = [./hosts/vali/laptop ./modules/vali];
user-configs = [{
name = "vali";
config = ./homes/vali/vlaptop.nix;