i forgot to commit once again xd

This commit is contained in:
krizej 2024-07-14 01:17:46 +02:00
parent f4d0e23fa3
commit 368f6c099d
4 changed files with 9 additions and 1 deletions

View file

@ -4,6 +4,7 @@ args @ { pkgs, ... }:
nixpkgs.config.permittedInsecurePackages = [
"freeimage-unstable-2021-11-01"
"openssl-1.1.1w"
];
home-manager.users.krizej.programs.home-manager.enable = true;

View file

@ -20,6 +20,10 @@ in {
];
home.sessionVariables = {
XDG_DATA_HOME = "${HOME}/.local/share";
XDG_CONFIG_HOME = "${HOME}/.config";
XDG_STATE_HOME = "${HOME}/.local/state";
XDG_CACHE_HOME = "${HOME}/.cache";
# xdg crap thx poz
ANDROID_USER_HOME = "${XDG_DATA_HOME}/android";
ANDROID_HOME = "${XDG_DATA_HOME}/android/sdk";

View file

@ -14,12 +14,12 @@
mode = "1920x1080";
rate = "239.76";
position = "0x0";
primary = true;
};
"Right" = {
enable = true;
mode = "1920x1080";
rate = "74.97";
primary = true;
position = "1920x0";
};
};

View file

@ -38,6 +38,7 @@
gnumake
pkg-config
python39
python311
];
@ -57,6 +58,7 @@
ericw-tools-latest
trenchbroom
fteqcc
gmqcc
r2modman
godot_4
@ -77,6 +79,7 @@
tcl
valgrind
linuxKernel.packages.linux_6_6.perf
ccache
jetbrains.pycharm-community
jetbrains.clion