blender
and org-roam-ui
This commit is contained in:
parent
7f18e318b7
commit
264b1d0ac4
8 changed files with 38 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
home-manager.users.ccr = { suites, ... }: {
|
||||
imports = with suites; shell ++ base ++ (if config.networking.hostName != "hs" then
|
||||
(
|
||||
gui ++ browser ++ multimedia ++ emails ++ dev
|
||||
gui ++ browser ++ multimedia ++ emails ++ dev ++ modelling
|
||||
) else [ ]);
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
@ -12,7 +12,7 @@
|
|||
] ++ (if config.networking.hostName != "hs" then [
|
||||
imv
|
||||
calibre
|
||||
scrcpy
|
||||
# scrcpy # TODO: create a profile only for x86_64 (not available for aarch64)
|
||||
element-desktop
|
||||
gtk-engine-murrine
|
||||
gtk_engines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue