aboutsummaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2025-05-13 17:45:07 +0200
committerKarel Kočí <cynerd@email.cz>2025-05-13 17:45:07 +0200
commit3cc1e8e5335d07b246446145de99f0d87e15df9a (patch)
treeb8115aa4f9e5d68e822ffb127414975ea3b0ebab /nixos
parenta9d1b57d36c65626fb0316e35e8fe73a720ff46f (diff)
downloadnixos-personal-3cc1e8e5335d07b246446145de99f0d87e15df9a.tar.gz
nixos-personal-3cc1e8e5335d07b246446145de99f0d87e15df9a.tar.bz2
nixos-personal-3cc1e8e5335d07b246446145de99f0d87e15df9a.zip
nixos: few minor tweaks and add prismlauncher and remove onlyofficeHEADmaster
Diffstat (limited to 'nixos')
-rw-r--r--nixos/configurations/spt-mox.nix14
-rw-r--r--nixos/modules/desktop.nix1
-rw-r--r--nixos/modules/gaming.nix5
3 files changed, 12 insertions, 8 deletions
diff --git a/nixos/configurations/spt-mox.nix b/nixos/configurations/spt-mox.nix
index 8a842b7..8af976c 100644
--- a/nixos/configurations/spt-mox.nix
+++ b/nixos/configurations/spt-mox.nix
@@ -28,13 +28,15 @@
};
};
- services.journald.extraConfig = ''
- SystemMaxUse=512M
- '';
+ services = {
+ journald.extraConfig = ''
+ SystemMaxUse=512M
+ '';
- services.btrfs.autoScrub = {
- enable = true;
- fileSystems = ["/"];
+ btrfs.autoScrub = {
+ enable = true;
+ fileSystems = ["/"];
+ };
};
networking = {
diff --git a/nixos/modules/desktop.nix b/nixos/modules/desktop.nix
index dfc9777..06c8215 100644
--- a/nixos/modules/desktop.nix
+++ b/nixos/modules/desktop.nix
@@ -84,7 +84,6 @@ in {
ferdium
signal-desktop
libreoffice
- onlyoffice-desktopeditors
mupdf
zathura
pdfgrep
diff --git a/nixos/modules/gaming.nix b/nixos/modules/gaming.nix
index 6dce70d..6e25320 100644
--- a/nixos/modules/gaming.nix
+++ b/nixos/modules/gaming.nix
@@ -18,7 +18,10 @@ in {
config = mkIf cnf {
cynerd.desktop.enable = true;
- environment.systemPackages = [pkgs.heroic];
+ environment.systemPackages = with pkgs; [
+ heroic
+ prismlauncher
+ ];
nixpkgs.config.permittedInsecurePackages = [
"SDL_ttf-2.0.11" # TODO