From d581154c4cdd3fefb2ffdf37c428980a2c875b51 Mon Sep 17 00:00:00 2001 From: Gregory Bednov Date: Wed, 22 Jan 2025 22:54:15 +0300 Subject: [PATCH] less languages but flashsticks appeared --- configuration.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index 651370f..b029731 100644 --- a/configuration.nix +++ b/configuration.nix @@ -178,11 +178,9 @@ in inputs.mireapython.packages.x86_64-linux.mireapython simintech.packages.x86_64-linux.simintech chromium - rustc + # rustc clang-tools - go - gopls - delve + # go gopls delve # dotnet-sdk pinta unrar @@ -196,12 +194,11 @@ in # pandoc #onlyoffice-desktopeditors # unfortunetely right now OnlyOffice has bug libreoffice # so libreoffice is still actual for us... - ghc clang - haskell-language-server + # ghc haskell-language-server jdk kotlin - nodePackages.intelephense + # nodePackages.intelephense # sql-language-server # from NPM TODO tree unityhub @@ -280,6 +277,8 @@ in agent.enableSSHSupport = true; }; programs.udevil.enable = true; + services.devmon.enable = true; + system.stateVersion = "24.05"; # Did you read the comment?