From 63863a476d324d7406338ad23c6a3860fd523288 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Sun, 17 May 2026 12:06:17 +0200 Subject: [PATCH] removed useless comment --- hosts/laptop/configuration.nix | 10 ---------- hosts/laptop/home.nix | 2 -- 2 files changed, 12 deletions(-) diff --git a/hosts/laptop/configuration.nix b/hosts/laptop/configuration.nix index c7226fd..938598c 100755 --- a/hosts/laptop/configuration.nix +++ b/hosts/laptop/configuration.nix @@ -42,8 +42,6 @@ ../../modules/nixos/otherUtils.nix ]; - # List packages installed in system profile. To search, run: - # $ nix search wget environment.systemPackages = with pkgs; [ libreoffice pkgs-unstable.vimPluginsUpdater # used for building plugins @@ -51,14 +49,6 @@ birdtray # thunderbird tray app ]; - # Some programs need SUID wrappers, can be configured further or are - # started in user sessions. - # programs.mtr.enable = true; - # programs.gnupg.agent = { - # enable = true; - # enableSSHSupport = true; - # }; - # to resolve this https://wiki.nixos.org/wiki/Home_Manager#I_cannot_set_GNOME_or_Gtk_themes_via_Home_Manager programs.dconf.enable = true; diff --git a/hosts/laptop/home.nix b/hosts/laptop/home.nix index 867d100..e111d8a 100755 --- a/hosts/laptop/home.nix +++ b/hosts/laptop/home.nix @@ -63,8 +63,6 @@ home.sessionVariables = { EDITOR = "neovim"; - # Git update function - # Prompts for commit message; defaults if empty TERMINAL = "kitty"; };