minor tweaks
This commit is contained in:
parent
422e000821
commit
6e7c6355d2
6 changed files with 38 additions and 45 deletions
|
|
@ -6,25 +6,17 @@
|
|||
...
|
||||
}: {
|
||||
users.users.tao.packages = with pkgs; [
|
||||
inputs.plasma-manager.packages.${pkgs.system}.default
|
||||
# enchant
|
||||
# fractal
|
||||
# joshuto
|
||||
# libftdi
|
||||
# libusb
|
||||
# kdeconnect
|
||||
# libsForQt5.kcharselect
|
||||
# mendeley
|
||||
# nuspell
|
||||
# ocs-url
|
||||
oculante
|
||||
# onefetch
|
||||
# slack
|
||||
# tectonic
|
||||
# texlab
|
||||
# tio
|
||||
# toastify
|
||||
vial
|
||||
# virt-manager
|
||||
# wkhtmltopdf
|
||||
# yazi
|
||||
appimage-run
|
||||
aspell
|
||||
aspellDicts.en
|
||||
|
|
@ -32,18 +24,17 @@
|
|||
calibre
|
||||
darktable
|
||||
deluge
|
||||
discord
|
||||
inputs.plasma-manager.packages.${pkgs.system}.default
|
||||
jellyfin-media-player
|
||||
jellyfin-mpv-shim
|
||||
kdePackages.plasma-vault
|
||||
keepassxc
|
||||
leetcode-cli
|
||||
# kdeconnect
|
||||
# libsForQt5.kcharselect
|
||||
# libsForQt5.kdeconnect-kde
|
||||
# libsForQt5.plasma-integration
|
||||
kdePackages.plasma-vault
|
||||
miniserve
|
||||
nushell
|
||||
obs-studio
|
||||
oculante
|
||||
onlyoffice-bin
|
||||
pandoc
|
||||
pipe-rename
|
||||
|
|
@ -60,13 +51,12 @@
|
|||
typst
|
||||
typst-fmt
|
||||
typst-lsp
|
||||
# virt-manager
|
||||
vial
|
||||
wezterm
|
||||
yt-dlp
|
||||
zathura
|
||||
zoom-us
|
||||
zoxide
|
||||
discord
|
||||
];
|
||||
# programs.adb.enable = true;
|
||||
programs.kdeconnect.enable = true;
|
||||
|
|
@ -101,23 +91,26 @@
|
|||
"uwuraid"
|
||||
];
|
||||
in {
|
||||
"sync" = {
|
||||
path = "/home/tao/sync";
|
||||
devices = devs;
|
||||
};
|
||||
"school" = {
|
||||
path = "/home/tao/school";
|
||||
devices = devs;
|
||||
};
|
||||
"projects" = {
|
||||
path = "/home/tao/projects";
|
||||
"documents" = {
|
||||
path = "/home/tao/documents";
|
||||
devices = devs;
|
||||
};
|
||||
"pictures" = {
|
||||
path = "/home/tao/pictures";
|
||||
devices = devs;
|
||||
};
|
||||
# "pictures".path = "/home/tao/pictures";
|
||||
"projects" = {
|
||||
path = "/home/tao/projects";
|
||||
devices = devs;
|
||||
};
|
||||
"school" = {
|
||||
path = "/home/tao/school";
|
||||
devices = devs;
|
||||
};
|
||||
"sync" = {
|
||||
path = "/home/tao/sync";
|
||||
devices = devs;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -50,6 +50,8 @@ in {
|
|||
enable = true;
|
||||
userName = "Tao Tien";
|
||||
userEmail = "29749622+taotien@users.noreply.github.com";
|
||||
# extraConfig = {
|
||||
# };
|
||||
};
|
||||
|
||||
nushell = {
|
||||
|
|
@ -93,13 +95,13 @@ in {
|
|||
};
|
||||
|
||||
xdg.userDirs = {
|
||||
desktop = null;
|
||||
documents = "documents";
|
||||
download = "downloads";
|
||||
music = "music";
|
||||
pictures = "pictures";
|
||||
templates = "templates";
|
||||
videos = "videos";
|
||||
desktop = null;
|
||||
publicShare = null;
|
||||
createDirectories = true;
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
command_timeout = 1000
|
||||
|
||||
format = """
|
||||
[](#9A348E)\
|
||||
$username\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue