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 = {
|
environment.sessionVariables = {
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
MANPAGER = "emacsclient -c -a 'emacs' +Man!";
|
#MANPAGER = "emacsclient -c -a 'emacs' +Man!";
|
||||||
EDITOR = "emacsclient -c -a 'emacs'";
|
#EDITOR = "emacsclient -c -a 'emacs'";
|
||||||
};
|
};
|
||||||
hardware = {
|
hardware = {
|
||||||
graphics = {
|
graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
logitech.wireless.enable = true;
|
|
||||||
bluetooth = {
|
bluetooth = {
|
||||||
enable = true;
|
enable = true;
|
||||||
powerOnBoot = 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.enable = true;
|
||||||
#services.flatpak.packages = [
|
#services.flatpak.packages = [
|
||||||
# "flathub:app/org.kde.dolphin//stable"
|
# "flathub:app/org.kde.dolphin//stable"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue