Disable nixos config editor, only enable quartus on desktop
This commit is contained in:
@ -214,6 +214,7 @@ rec {
|
|||||||
stateVersion = "22.05";
|
stateVersion = "22.05";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# TODO: Split this more between laptop and desktop...
|
||||||
# TODO: Check what packages are installed here and in modules and check if there is already a service/hm-module for it
|
# TODO: Check what packages are installed here and in modules and check if there is already a service/hm-module for it
|
||||||
# TODO: If so use this or adapt the config from there (example gnome.sushi is also added to dbus packages in services.sushi)
|
# TODO: If so use this or adapt the config from there (example gnome.sushi is also added to dbus packages in services.sushi)
|
||||||
# TODO: Make a module for standard UNIX replacements
|
# TODO: Make a module for standard UNIX replacements
|
||||||
@ -289,6 +290,8 @@ rec {
|
|||||||
# Web stuff
|
# Web stuff
|
||||||
signal-desktop
|
signal-desktop
|
||||||
element-desktop # matrix client
|
element-desktop # matrix client
|
||||||
|
webcord # Unshitted discord? Well, except Krisp of course
|
||||||
|
ncspot # Spotify in cool (but slow)?
|
||||||
protonvpn-cli
|
protonvpn-cli
|
||||||
# yt-dlp # download videos (from almost anywhere) # HM program
|
# yt-dlp # download videos (from almost anywhere) # HM program
|
||||||
filezilla
|
filezilla
|
||||||
@ -298,27 +301,26 @@ rec {
|
|||||||
virt-manager
|
virt-manager
|
||||||
gource # Visualize git commit log, completely useless
|
gource # Visualize git commit log, completely useless
|
||||||
anki-bin # Use anki-bin as anki is some versions behind
|
anki-bin # Use anki-bin as anki is some versions behind
|
||||||
inputs.nixos-conf-editor.packages."x86_64-linux".nixos-conf-editor
|
# inputs.nixos-conf-editor.packages."x86_64-linux".nixos-conf-editor
|
||||||
octave # GNU matlab basically
|
octave # GNU matlab basically
|
||||||
logisim-evolution # Digital circuit simulator
|
logisim-evolution # Digital circuit simulator
|
||||||
digital # Digital circuit simulator
|
digital # Digital circuit simulator
|
||||||
quartus-prime-lite # Intel FPGA design software
|
|
||||||
|
|
||||||
# TODO: Module, sync config, try globally
|
# TODO: Module, sync config, try globally
|
||||||
jetbrains.clion
|
jetbrains.clion
|
||||||
|
|
||||||
# Office
|
# Office
|
||||||
# sioyek # Scientific pdf reader # HM program
|
# sioyek # Scientific pdf reader # HM program
|
||||||
xournalpp # Write with a pen
|
xournalpp # Write with a pen, like old people
|
||||||
libreoffice-qt
|
libreoffice-qt
|
||||||
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
|
||||||
logseq # knowledge-base
|
# logseq # knowledge-base
|
||||||
# zotero # Citation/source research assistant
|
# zotero # Citation/source research assistant
|
||||||
# jabref # manage bibilography # NOTE: Uses jdk18 which is EOL, so can't build, use flatpak instead
|
# jabref # manage bibilography # NOTE: Uses jdk18 which is EOL, so can't build, use flatpak instead
|
||||||
vale # Why not lint everything (including english)?
|
# vale # Why not lint everything (including english)?
|
||||||
|
|
||||||
# TODO: Development module
|
# TODO: Development module
|
||||||
# TODO: Does this conflict with devshell pythons? If so, use lowPrio
|
# TODO: Does this conflict with devshell pythons? If so, use lowPrio
|
||||||
@ -383,8 +385,6 @@ rec {
|
|||||||
libsForQt5.polkit-kde-agent # No idea if that comes with KDE
|
libsForQt5.polkit-kde-agent # No idea if that comes with KDE
|
||||||
slurp # Region selector for screensharing
|
slurp # Region selector for screensharing
|
||||||
# rofi-wayland # App launcher # NOTE: Use HM Program
|
# rofi-wayland # App launcher # NOTE: Use HM Program
|
||||||
webcord # Unshitted discord? Well, except Krisp of course
|
|
||||||
ncspot # Spotify in cool (but slow)?
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Packages with extra options managed by HomeManager natively
|
# Packages with extra options managed by HomeManager natively
|
||||||
|
Reference in New Issue
Block a user