moving over to vscodium which is cringe tbh ngl

This commit is contained in:
martyTF 2025-12-15 14:53:47 +01:00
parent 9dc30dc2a0
commit cc7fd013b0
10 changed files with 162 additions and 39 deletions

View file

@ -1,7 +1,13 @@
{ config, lib, pkgs, ... }:
{
config,
lib,
pkgs,
...
}:
{
imports = [
./boot.nix
./system/imports.nix
./modules/imports.nix
];
}