formatting

This commit is contained in:
js0ny 2025-10-24 21:27:22 +01:00
parent 93664e4120
commit c84204b373
18 changed files with 231 additions and 145 deletions

View file

@ -1,4 +1,5 @@
{...}: {
{ ... }:
{
programs.chromium = {
enable = true;
homepageLocation = "https://duckduckgo.com";

View file

@ -11,15 +11,6 @@
package = pkgs.qemu_kvm;
runAsRoot = true;
swtpm.enable = true;
# ovmf = {
# enable = true;
# packages = [
# (pkgs.OVMF.override {
# secureBoot = true;
# tpmSupport = true;
# }).fd
# ];
# };
};
};
users.users.js0ny = {