i forgot to commit once again xd
This commit is contained in:
parent
f4d0e23fa3
commit
368f6c099d
4 changed files with 9 additions and 1 deletions
|
@ -4,6 +4,7 @@ args @ { pkgs, ... }:
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"freeimage-unstable-2021-11-01"
|
"freeimage-unstable-2021-11-01"
|
||||||
|
"openssl-1.1.1w"
|
||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.krizej.programs.home-manager.enable = true;
|
home-manager.users.krizej.programs.home-manager.enable = true;
|
||||||
|
|
|
@ -20,6 +20,10 @@ in {
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
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
|
# xdg crap thx poz
|
||||||
ANDROID_USER_HOME = "${XDG_DATA_HOME}/android";
|
ANDROID_USER_HOME = "${XDG_DATA_HOME}/android";
|
||||||
ANDROID_HOME = "${XDG_DATA_HOME}/android/sdk";
|
ANDROID_HOME = "${XDG_DATA_HOME}/android/sdk";
|
||||||
|
|
|
@ -14,12 +14,12 @@
|
||||||
mode = "1920x1080";
|
mode = "1920x1080";
|
||||||
rate = "239.76";
|
rate = "239.76";
|
||||||
position = "0x0";
|
position = "0x0";
|
||||||
|
primary = true;
|
||||||
};
|
};
|
||||||
"Right" = {
|
"Right" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mode = "1920x1080";
|
mode = "1920x1080";
|
||||||
rate = "74.97";
|
rate = "74.97";
|
||||||
primary = true;
|
|
||||||
position = "1920x0";
|
position = "1920x0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
gnumake
|
gnumake
|
||||||
pkg-config
|
pkg-config
|
||||||
python39
|
python39
|
||||||
|
python311
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
@ -57,6 +58,7 @@
|
||||||
ericw-tools-latest
|
ericw-tools-latest
|
||||||
trenchbroom
|
trenchbroom
|
||||||
fteqcc
|
fteqcc
|
||||||
|
gmqcc
|
||||||
r2modman
|
r2modman
|
||||||
godot_4
|
godot_4
|
||||||
|
|
||||||
|
@ -77,6 +79,7 @@
|
||||||
tcl
|
tcl
|
||||||
valgrind
|
valgrind
|
||||||
linuxKernel.packages.linux_6_6.perf
|
linuxKernel.packages.linux_6_6.perf
|
||||||
|
ccache
|
||||||
|
|
||||||
jetbrains.pycharm-community
|
jetbrains.pycharm-community
|
||||||
jetbrains.clion
|
jetbrains.clion
|
||||||
|
|
Loading…
Reference in a new issue