Removed printing
This commit is contained in:
parent
a0dbe07b77
commit
f499b35975
1 changed files with 2 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue