refactor: Module to ugaif and readme update
This commit is contained in:
committed by
Hunter Halloran
parent
c46b0aa685
commit
205f03337a
@@ -6,7 +6,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
cfg = config.modules.sw;
|
||||
cfg = config.ugaif.sw;
|
||||
in
|
||||
{
|
||||
programs.dconf = {
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
with lib;
|
||||
|
||||
let
|
||||
cfg = config.modules.sw;
|
||||
cfg = config.ugaif.sw;
|
||||
basePackages = with pkgs; [
|
||||
libcamera
|
||||
chromium
|
||||
|
||||
@@ -155,7 +155,7 @@
|
||||
--noerrdialogs \
|
||||
--disable-session-crashed-bubble \
|
||||
--disable-infobars \
|
||||
${config.modules.sw.kioskUrl}
|
||||
${config.ugaif.sw.kioskUrl}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user