Compare commits
2 Commits
6a3043d883
...
c02a5af8d5
Author | SHA1 | Date | |
---|---|---|---|
c02a5af8d5 | |||
49f1790520 |
@ -5,6 +5,7 @@
|
||||
./fonts.nix
|
||||
./gnome.nix
|
||||
./power.nix
|
||||
./printing.nix
|
||||
./xserver.nix
|
||||
];
|
||||
|
||||
|
7
configuration/desktop/printing.nix
Normal file
7
configuration/desktop/printing.nix
Normal file
@ -0,0 +1,7 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.printing.enable = true;
|
||||
services.avahi.enable = true;
|
||||
services.avahi.nssmdns = true;
|
||||
}
|
@ -193,11 +193,11 @@
|
||||
},
|
||||
"nixpkgs-krypton": {
|
||||
"locked": {
|
||||
"lastModified": 1688918189,
|
||||
"narHash": "sha256-f8ZlJ67LgEUDnN7ZsAyd1/Fyby1VdOXWg4XY/irSGrQ=",
|
||||
"lastModified": 1689373857,
|
||||
"narHash": "sha256-mtBksyvhhT98Zsm9tYHuMKuLwUKDwv+BGTl6K5nOGhY=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "408c0e8c15a1c9cf5c3226931b6f283c9867c484",
|
||||
"rev": "dfdbcc428f365071f0ca3888f6ec8c25c3792885",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
Loading…
Reference in New Issue
Block a user