adding basic window manager stuff

and vscodium
This commit is contained in:
marty 2025-12-16 12:54:59 +01:00
parent cc7fd013b0
commit e0a6580e64
7 changed files with 119 additions and 0 deletions

View file

@ -33,6 +33,13 @@
./marty-server.nix
];
};
marty-latitude = nixpkgs.lib.nixosSystem {
system = "x86_64";
modules = [
./configuration.nix
./marty-latitude.nix
];
};
};
};
}