1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
c02a5af8d5 flake.nix: update nixpkgs-krypton 2023-07-16 01:01:17 +02:00
49f1790520 configuration/desktop: enable printing 2023-07-16 01:00:57 +02:00
3 changed files with 11 additions and 3 deletions

View File

@ -5,6 +5,7 @@
./fonts.nix
./gnome.nix
./power.nix
./printing.nix
./xserver.nix
];

View File

@ -0,0 +1,7 @@
{ ... }:
{
services.printing.enable = true;
services.avahi.enable = true;
services.avahi.nssmdns = true;
}

View File

@ -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": {