aktualizacja i wyłączenie vscode i lutris

This commit is contained in:
2025-11-08 17:58:03 +01:00
parent ae86863909
commit ed3e3c4832
3 changed files with 15 additions and 15 deletions

View File

@@ -1,9 +1,9 @@
{ pkgs, lib, ... }:
{ pkgs, ... }:
{
nixpkgs.config.allowUnfree = true;
programs.vscode = {
enable = true;
enable = false;
package = pkgs.vscodium;
profiles = {
default = {