1

Nixos: Obsidian to flatpak + Move jetbrains stuff to nixinator config

This commit is contained in:
2024-06-21 01:13:24 +02:00
parent 0e0ef9213c
commit 2d86bbf18f
2 changed files with 9 additions and 7 deletions

View File

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

View File

@ -55,6 +55,12 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
# quartus-prime-lite # Intel FPGA design software # 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 unityhub
jetbrains.rider jetbrains.rider
(with dotnetCorePackages; (with dotnetCorePackages;