This commit is contained in:
parent
a0515c0486
commit
502f89ae29
2 changed files with 6 additions and 6 deletions
|
@ -98,17 +98,17 @@ in
|
|||
seahorse.enable = true;
|
||||
};
|
||||
|
||||
hardware.sane = {
|
||||
enable = true;
|
||||
extraBackends = [ pkgs.hplipWithPlugin ];
|
||||
};
|
||||
#hardware.sane = {
|
||||
#enable = true;
|
||||
#extraBackends = [ pkgs.hplipWithPlugin ];
|
||||
#};
|
||||
|
||||
services = {
|
||||
displayManager.sddm.enable = true;
|
||||
dbus.enable = true;
|
||||
fwupd.enable = true;
|
||||
gvfs.enable = true;
|
||||
printing.enable = true;
|
||||
#printing.enable = true;
|
||||
|
||||
xserver.xkb = {
|
||||
layout = "fr";
|
||||
|
|
|
@ -7,7 +7,7 @@ in
|
|||
enable = true;
|
||||
settings = {
|
||||
user = {
|
||||
email = "contact@ccnlc.eu";
|
||||
email = "git@ccnlc.eu";
|
||||
name = "nydragon";
|
||||
signingKey = "key::ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMvPqWPXEUOSMGMIRmirQfbrzq//NkPlEI2TmFpIkSfw";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue