From e6ae1d93d7b22a1761f9a20df8d6aaa3832b3120 Mon Sep 17 00:00:00 2001 From: Nydragon Date: Tue, 21 May 2024 18:58:49 +0900 Subject: [PATCH] chore: cleaning comments --- hosts/xps9510/configuration.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hosts/xps9510/configuration.nix b/hosts/xps9510/configuration.nix index 161a0f5..5ddfd32 100644 --- a/hosts/xps9510/configuration.nix +++ b/hosts/xps9510/configuration.nix @@ -86,18 +86,6 @@ in ; }; - # home-manager.users.nico = - ## vim:fileencoding=utf-8:foldmethod=marker - #{ config, pkgs, ... }: - #programs.vscode = { - #enable = false; - #package = vscodium; - #extensions = with pkgs.vscode-extensions; [ - #yzhang.markdown-all-in-one - #rust-lang.rust-analyzer - #]; - #}; - programs.dconf.enable = true; #security.polkit.enable = true;