mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 05:43:11 +02:00
printing & UPS
Signed-off-by: Alex Stan <stan.alexandru@ichb.ro>
This commit is contained in:
parent
0a454623a3
commit
1ad829ddc9
1 changed files with 8 additions and 2 deletions
|
@ -55,8 +55,6 @@ in {
|
|||
LC_TIME = "ro_RO.utf8";
|
||||
};
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
# Enable sound with pipewire.
|
||||
sound.enable = true;
|
||||
|
@ -207,6 +205,14 @@ in {
|
|||
layout = "ro";
|
||||
xkbVariant = "";
|
||||
};
|
||||
apcupsd = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
printing = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue