1

Compare commits

..

2 Commits

3 changed files with 11 additions and 9 deletions

View File

@ -390,15 +390,11 @@ rec {
hunspell # I cna't type
hunspellDicts.en_US
hunspellDicts.de_DE
obsidian # knowledge-base
# obsidian # knowledge-base # NOTE: Use flatpak
# logseq # knowledge-base
# TODO: Module, I need to add python packages from multiple modules to the same interpreter
python312
jetbrains.clion
jetbrains.rust-rover
jetbrains.pycharm-professional
jetbrains.idea-ultimate
AusweisApp2
@ -792,6 +788,7 @@ rec {
"com.discordapp.Discord"
"com.spotify.Client"
"com.google.Chrome"
"md.obsidian.Obsidian"
];
uninstallUnmanaged = true;
@ -803,9 +800,8 @@ rec {
overrides = {
global = {
# NOTE: Makes discord crash
# Force Wayland by default
# Context.sockets = ["wayland" "!x11" "!fallback-x11"];
# Context.sockets = ["wayland" "!x11" "!fallback-x11"]; # NOTE: Makes discord crash
Context.filesystems = ["/nix/store:ro"];

View File

@ -55,6 +55,12 @@
home.packages = with pkgs; [
# quartus-prime-lite # Intel FPGA design software
# Don't want heavy IDE's on the laptop
jetbrains.clion
jetbrains.rust-rover
jetbrains.pycharm-professional
jetbrains.idea-ultimate
unityhub
jetbrains.rider
(with dotnetCorePackages;

View File

@ -73,8 +73,8 @@
cpu.amd.updateMicrocode = true;
nvidia = {
package = config.boot.kernelPackages.nvidiaPackages.stable;
# package = config.boot.kernelPackages.nvidiaPackages.beta; # NOTE: Beta, might (?) prevent discord screen-share
# package = config.boot.kernelPackages.nvidiaPackages.stable;
package = config.boot.kernelPackages.nvidiaPackages.beta; # NOTE: Beta, might (?) prevent discord screen-share
modesetting.enable = true; # Not officially supported by NVidia but needed for wayland
open = false; # TODO: Build failure on 2024-18-01