Nixos: Obsidian to flatpak + Move jetbrains stuff to nixinator config
This commit is contained in:
@ -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"];
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user