mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +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
|
||||
discord
|
||||
jetbrains.idea-ultimate
|
||||
linuxKernel.packages.linux_6_6.perf
|
||||
obs-studio
|
||||
obsidian
|
||||
prismlauncher
|
||||
|
|
|
|||
|
|
@ -202,6 +202,7 @@ in
|
|||
settings.PasswordAuthentication = false;
|
||||
};
|
||||
|
||||
environment.enableDebugInfo = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
|
|
@ -209,6 +210,7 @@ in
|
|||
firefox
|
||||
os-prober
|
||||
git
|
||||
linuxKernel.packages.linux_6_6.perf
|
||||
fish
|
||||
unzip
|
||||
(steam.override {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue