workstation: nix-index and acpid

This commit is contained in:
Motiejus Jakštys 2023-09-21 05:58:09 +03:00
parent 6eea94400a
commit 4dd83425cf
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,7 @@
mj.base.users.passwd.motiejus.extraGroups = ["adbusers" "networkmanager"];
services = {
acpid.enable = true;
pcscd.enable = true;
printing.enable = true;
openssh.settings.X11Forwarding = true;
@ -128,6 +129,8 @@
home-manager.users.motiejus = {pkgs, ...}: {
xdg.configFile."awesome/rc.lua".source = ./rc.lua;
programs.nix-index.enable = true;
programs.firefox = {
enable = true;
profiles = {