mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
removed useless comment
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -63,8 +63,6 @@
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "neovim";
|
||||
# Git update function
|
||||
# Prompts for commit message; defaults if empty
|
||||
TERMINAL = "kitty";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user