2024-02-02 12:59:59 +01:00
|
|
|
{lib, config, pkgs, ...}: {
|
2023-11-28 23:24:43 +01:00
|
|
|
users.users.grimmauld = {
|
|
|
|
isNormalUser = true;
|
2024-01-31 17:04:50 +01:00
|
|
|
shell = pkgs.xonsh;
|
2023-11-28 23:24:43 +01:00
|
|
|
description = "grimmauld";
|
2024-03-24 10:16:04 +01:00
|
|
|
extraGroups = [ "networkmanager" "kvm" "wheel" "input" "video" "lp" "scanner" "libvirt" "libvirt-qemu" "libvirtd" "pipewire" "gamemode" ];
|
2024-03-26 15:24:07 +01:00
|
|
|
|
|
|
|
syncPaths = [
|
|
|
|
{ remote = "3d"; }
|
|
|
|
{ remote = "Pictures"; }
|
|
|
|
{ remote = "Documents"; }
|
|
|
|
{ remote = "Videos"; }
|
|
|
|
];
|
|
|
|
|
2023-11-28 23:24:43 +01:00
|
|
|
packages = with pkgs; [
|
|
|
|
webcord
|
2024-03-02 23:15:51 +01:00
|
|
|
discord
|
2023-11-28 23:24:43 +01:00
|
|
|
kwrited
|
2023-12-28 12:39:55 +01:00
|
|
|
element-desktop
|
2023-11-28 23:24:43 +01:00
|
|
|
ghidra
|
2023-12-28 12:39:55 +01:00
|
|
|
kcalc
|
|
|
|
rmview
|
|
|
|
krita
|
2024-02-29 10:23:21 +01:00
|
|
|
kicad
|
2023-11-28 23:24:43 +01:00
|
|
|
spicetify-cli
|
2024-01-31 17:04:50 +01:00
|
|
|
prusa-slicer
|
|
|
|
freecad
|
|
|
|
openscad
|
2024-03-26 14:18:33 +01:00
|
|
|
jetbrains.clion
|
2024-02-29 10:23:21 +01:00
|
|
|
# blender
|
2023-11-28 23:24:43 +01:00
|
|
|
];
|
|
|
|
};
|
|
|
|
}
|