mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 04:10:05 +00:00
✨ Add Steam, Force Firefox declarative extensions
This commit is contained in:
parent
9715055e76
commit
b08c5c8bce
4 changed files with 14 additions and 8 deletions
|
@ -34,6 +34,10 @@ in
|
|||
}
|
||||
) { } cfg.extensions;
|
||||
};
|
||||
|
||||
profiles.default = {
|
||||
extensions.force = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -98,7 +98,7 @@ in
|
|||
}
|
||||
{
|
||||
main = "jo-dev.com";
|
||||
sans = ["*.jo-dev.com"];
|
||||
sans = [ "*.jo-dev.com" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
@ -99,7 +99,6 @@ in
|
|||
inputs.sops-nix.homeManagerModules.sops
|
||||
inputs.catppuccin.homeModules.default
|
||||
inputs.nixcord.homeModules.nixcord
|
||||
inputs.youtube-music.homeManagerModules.default
|
||||
] ++ homeModules;
|
||||
|
||||
home.stateVersion = lib.mkDefault osConfig.system.stateVersion;
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
sops.defaultSopsFile = ./secrets/users.yaml;
|
||||
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
|
||||
programs.steam.enable = true;
|
||||
programs.steam.remotePlay.openFirewall = true;
|
||||
|
||||
puzzlevision = {
|
||||
users.jo = {
|
||||
enable = true;
|
||||
|
@ -36,12 +39,12 @@
|
|||
'';
|
||||
|
||||
# Configure 8GB SWAP partition
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/swapfile";
|
||||
size = 8 * 1024;
|
||||
}
|
||||
];
|
||||
# swapDevices = [
|
||||
# {
|
||||
# device = "/swapfile";
|
||||
# size = 8 * 1024;
|
||||
# }
|
||||
# ];
|
||||
|
||||
boot = {
|
||||
# Configure additional kernel modules.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue