removed useless comment

This commit is contained in:
2026-05-17 12:06:17 +02:00
parent 25ce79b458
commit 63863a476d
2 changed files with 0 additions and 12 deletions
-10
View File
@@ -42,8 +42,6 @@
../../modules/nixos/otherUtils.nix ../../modules/nixos/otherUtils.nix
]; ];
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
libreoffice libreoffice
pkgs-unstable.vimPluginsUpdater # used for building plugins pkgs-unstable.vimPluginsUpdater # used for building plugins
@@ -51,14 +49,6 @@
birdtray # thunderbird tray app 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 # to resolve this https://wiki.nixos.org/wiki/Home_Manager#I_cannot_set_GNOME_or_Gtk_themes_via_Home_Manager
programs.dconf.enable = true; programs.dconf.enable = true;
-2
View File
@@ -63,8 +63,6 @@
home.sessionVariables = { home.sessionVariables = {
EDITOR = "neovim"; EDITOR = "neovim";
# Git update function
# Prompts for commit message; defaults if empty
TERMINAL = "kitty"; TERMINAL = "kitty";
}; };