blender
and org-roam-ui
This commit is contained in:
parent
7f18e318b7
commit
264b1d0ac4
8 changed files with 38 additions and 9 deletions
8
users/profiles/blender/default.nix
Normal file
8
users/profiles/blender/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
] ++ (if !stdenv.hostPlatform.isAarch64 then [
|
||||
blender
|
||||
]
|
||||
else [ ]);
|
||||
}
|
6
users/profiles/cura/default.nix
Normal file
6
users/profiles/cura/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
cura
|
||||
];
|
||||
}
|
|
@ -31,17 +31,22 @@
|
|||
};
|
||||
in
|
||||
with pkgs; [
|
||||
python3Full
|
||||
fd
|
||||
ag
|
||||
nixpkgs-fmt
|
||||
rnix-lsp
|
||||
haskell-language-server
|
||||
stylish-haskell
|
||||
fd
|
||||
ffmpegthumbnailer
|
||||
graphviz-nox
|
||||
haskell-language-server
|
||||
hunspell
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.it_IT
|
||||
imagemagick
|
||||
mediainfo
|
||||
nixpkgs-fmt
|
||||
poppler_utils
|
||||
python3Full
|
||||
rnix-lsp
|
||||
stylish-haskell
|
||||
unzip
|
||||
(
|
||||
makeDesktopItem {
|
||||
name = "org-protocol";
|
||||
|
|
|
@ -126,5 +126,11 @@
|
|||
(org-roam-db-autosync-mode)
|
||||
(require 'org-roam-protocol))
|
||||
|
||||
(use-package org-roam-ui
|
||||
:after org-roam
|
||||
:config (setq org-roam-ui-sync-theme t
|
||||
org-roam-ui-follow t
|
||||
org-roam-ui-update-on-save t
|
||||
org-roam-ui-open-on-start t))
|
||||
|
||||
(provide 'config-org)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue