mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Remove unnecessary configuration options and packages
This commit is contained in:
@@ -15,33 +15,6 @@
|
||||
package = pkgs.mariadb;
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"L+ /run/gdm/.config/monitors.xml - - - - ${pkgs.writeText "gdm-monitors.xml" ''
|
||||
<monitors version="2">
|
||||
<configuration>
|
||||
<logicalmonitor>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<scale>1</scale>
|
||||
<monitor>
|
||||
<monitorspec>
|
||||
<connector>eDP-1</connector>
|
||||
<vendor>BOE</vendor>
|
||||
<product>0x074f</product>
|
||||
<serial>0x00000000</serial>
|
||||
</monitorspec>
|
||||
<mode>
|
||||
<width>1920</width>
|
||||
<height>1080</height>
|
||||
<rate>60.012</rate>
|
||||
</mode>
|
||||
</monitor>
|
||||
</logicalmonitor>
|
||||
</configuration>
|
||||
</monitors>
|
||||
''}"
|
||||
];
|
||||
|
||||
home-manager.users.thiloho = { pkgs, ... }: {
|
||||
programs.git.signing.key = "5CF074CA31DD6686";
|
||||
home = { stateVersion = "23.05"; };
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user