mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 19:55:08 +01:00
debug?
This commit is contained in:
parent
71ad312fd3
commit
f6a19f536d
2 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ in
|
||||||
customPkgs.cargo-bisect-rustc
|
customPkgs.cargo-bisect-rustc
|
||||||
discord
|
discord
|
||||||
jetbrains.idea-ultimate
|
jetbrains.idea-ultimate
|
||||||
linuxKernel.packages.linux_6_6.perf
|
|
||||||
obs-studio
|
obs-studio
|
||||||
obsidian
|
obsidian
|
||||||
prismlauncher
|
prismlauncher
|
||||||
|
|
|
||||||
|
|
@ -202,6 +202,7 @@ in
|
||||||
settings.PasswordAuthentication = false;
|
settings.PasswordAuthentication = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.enableDebugInfo = true;
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
|
|
@ -209,6 +210,7 @@ in
|
||||||
firefox
|
firefox
|
||||||
os-prober
|
os-prober
|
||||||
git
|
git
|
||||||
|
linuxKernel.packages.linux_6_6.perf
|
||||||
fish
|
fish
|
||||||
unzip
|
unzip
|
||||||
(steam.override {
|
(steam.override {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue