diff --git a/nixos-configurations/laptop/default.nix b/nixos-configurations/laptop/default.nix index 8c90075..4de9852 100644 --- a/nixos-configurations/laptop/default.nix +++ b/nixos-configurations/laptop/default.nix @@ -15,33 +15,6 @@ package = pkgs.mariadb; }; - systemd.tmpfiles.rules = [ - "L+ /run/gdm/.config/monitors.xml - - - - ${pkgs.writeText "gdm-monitors.xml" '' - - - - 0 - 0 - 1 - - - eDP-1 - BOE - 0x074f - 0x00000000 - - - 1920 - 1080 - 60.012 - - - - - - ''}" - ]; - home-manager.users.thiloho = { pkgs, ... }: { programs.git.signing.key = "5CF074CA31DD6686"; home = { stateVersion = "23.05"; }; diff --git a/nixos-configurations/pc/default.nix b/nixos-configurations/pc/default.nix index 777a277..5edd23f 100644 --- a/nixos-configurations/pc/default.nix +++ b/nixos-configurations/pc/default.nix @@ -58,7 +58,7 @@ home-manager.users.thiloho = { pkgs, lib, ... }: { programs.git.signing.key = "5ECD00BDC15A987E"; home = { - packages = with pkgs; [ blender inkscape chromium ]; + packages = with pkgs; [ blender inkscape ]; stateVersion = "23.05"; }; }; diff --git a/nixos-configurations/shared-desktop.nix b/nixos-configurations/shared-desktop.nix index f0aa099..9f5ee33 100644 --- a/nixos-configurations/shared-desktop.nix +++ b/nixos-configurations/shared-desktop.nix @@ -32,7 +32,6 @@ postgresql = { enable = true; package = pkgs.postgresql_15; - ensureDatabases = [ "dcbot" "todos" ]; authentication = lib.mkForce '' local all all trust host all all 0.0.0.0/0 scram-sha-256 @@ -142,8 +141,6 @@ home = { sessionVariables = { NIXOS_OZONE_WL = 1; }; packages = with pkgs; [ - libreoffice - airshipper tldr prismlauncher ventoy-full @@ -152,18 +149,12 @@ zoom-us qbittorrent neofetch - godot_4 backblaze-b2 localsend - mullvad-browser postman - dbeaver-bin - texliveFull gnome-tweaks gnome-themes-extra melonDS - amberol - zed-editor ]; }; };