update flake.lock and workstation.nix for nixpkgs revisions and clean up vscode settings
Some checks failed
Nix Format Check / check-format (push) Failing after 39s

This commit is contained in:
2024-12-18 10:20:02 +01:00
parent 554d9bf7cf
commit 7d1bc11b4d
4 changed files with 13 additions and 14 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
# Enable the X11 windowing system.
services.xserver.enable = true;