updates
This commit is contained in:
parent
2a39913fde
commit
599d34d9cb
8 changed files with 28 additions and 27 deletions
|
@ -1,4 +1,4 @@
|
|||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
#g Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
@ -7,7 +7,6 @@ let
|
|||
colors = config.colors;
|
||||
schema = pkgs.gsettings-desktop-schemas;
|
||||
datadir = "${schema}/share/gsettings-schemas/${schema.name}";
|
||||
unstable = import <nixos-unstable> { config.allowUnfree = true; };
|
||||
in
|
||||
{
|
||||
programs.droidcam.enable = true;
|
||||
|
@ -110,6 +109,7 @@ in
|
|||
destination = "/etc/udev/rules.d/80-uinput.rules";
|
||||
})
|
||||
];
|
||||
services.ratbagd.enable = true;
|
||||
|
||||
fonts.enableDefaultPackages = true;
|
||||
fonts.fontconfig.antialias = true;
|
||||
|
@ -172,7 +172,7 @@ in
|
|||
pcmanfm
|
||||
qrencode
|
||||
remmina
|
||||
unstable.wezterm
|
||||
wezterm
|
||||
uxplay
|
||||
|
||||
solaar
|
||||
|
@ -227,7 +227,7 @@ in
|
|||
services.printing.drivers = [ pkgs.gutenprint ];
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
nssmdns4 = true;
|
||||
publish = {
|
||||
enable = true;
|
||||
addresses = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue