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

@ -2,11 +2,16 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, inputs, ... }:
{
config,
pkgs,
inputs,
...
}:
{
imports =
[ # Include the results of the hardware scan.
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
./imports.nix
];
@ -18,11 +23,3 @@
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "25.11"; # Did you read the comment?
}