mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30: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;
|
) { } cfg.extensions;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
profiles.default = {
|
||||||
|
extensions.force = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -98,7 +98,7 @@ in
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
main = "jo-dev.com";
|
main = "jo-dev.com";
|
||||||
sans = ["*.jo-dev.com"];
|
sans = [ "*.jo-dev.com" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -99,7 +99,6 @@ in
|
||||||
inputs.sops-nix.homeManagerModules.sops
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
inputs.catppuccin.homeModules.default
|
inputs.catppuccin.homeModules.default
|
||||||
inputs.nixcord.homeModules.nixcord
|
inputs.nixcord.homeModules.nixcord
|
||||||
inputs.youtube-music.homeManagerModules.default
|
|
||||||
] ++ homeModules;
|
] ++ homeModules;
|
||||||
|
|
||||||
home.stateVersion = lib.mkDefault osConfig.system.stateVersion;
|
home.stateVersion = lib.mkDefault osConfig.system.stateVersion;
|
||||||
|
|
|
@ -9,6 +9,9 @@
|
||||||
sops.defaultSopsFile = ./secrets/users.yaml;
|
sops.defaultSopsFile = ./secrets/users.yaml;
|
||||||
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||||
|
|
||||||
|
programs.steam.enable = true;
|
||||||
|
programs.steam.remotePlay.openFirewall = true;
|
||||||
|
|
||||||
puzzlevision = {
|
puzzlevision = {
|
||||||
users.jo = {
|
users.jo = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -36,12 +39,12 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Configure 8GB SWAP partition
|
# Configure 8GB SWAP partition
|
||||||
swapDevices = [
|
# swapDevices = [
|
||||||
{
|
# {
|
||||||
device = "/swapfile";
|
# device = "/swapfile";
|
||||||
size = 8 * 1024;
|
# size = 8 * 1024;
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
# Configure additional kernel modules.
|
# Configure additional kernel modules.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue