diff --git a/nixos/hosts/andrej-pc/configuration.nix b/nixos/hosts/andrej-pc/configuration.nix index 4dc6fa4..c274a3b 100644 --- a/nixos/hosts/andrej-pc/configuration.nix +++ b/nixos/hosts/andrej-pc/configuration.nix @@ -155,14 +155,13 @@ ]; environment.sessionVariables = { NIXOS_OZONE_WL = "1"; - MANPAGER = "emacsclient -c -a 'emacs' +Man!"; - EDITOR = "emacsclient -c -a 'emacs'"; + #MANPAGER = "emacsclient -c -a 'emacs' +Man!"; + #EDITOR = "emacsclient -c -a 'emacs'"; }; hardware = { graphics = { enable = true; }; - logitech.wireless.enable = true; bluetooth = { enable = true; powerOnBoot = true; @@ -223,14 +222,6 @@ }; }; - #printing - services.printing.enable = true; - services.avahi = { - enable = true; - nssmdns4 = true; - openFirewall = true; - }; - #services.flatpak.enable = true; #services.flatpak.packages = [ # "flathub:app/org.kde.dolphin//stable"