cleanup
This commit is contained in:
parent
cb9b393cf0
commit
de8c66d530
5 changed files with 21 additions and 25 deletions
|
|
@ -5,6 +5,9 @@
|
|||
...
|
||||
}: {
|
||||
users.users.tao.packages = with pkgs; [
|
||||
ffmpeg
|
||||
firefox
|
||||
yt-dlp
|
||||
# birdtray
|
||||
# cider
|
||||
# enchant
|
||||
|
|
@ -51,13 +54,13 @@
|
|||
libsForQt5.plasma-integration
|
||||
libsForQt5.plasma-vault
|
||||
miniserve
|
||||
mpv
|
||||
nushell
|
||||
obs-studio
|
||||
onlyoffice-bin
|
||||
pandoc
|
||||
pipe-rename
|
||||
prusa-slicer
|
||||
pueue
|
||||
qmk
|
||||
qmk-udev-rules
|
||||
ripgrep-all
|
||||
|
|
|
|||
|
|
@ -42,19 +42,19 @@
|
|||
settings = builtins.fromTOML (builtins.readFile ./starship.toml);
|
||||
};
|
||||
|
||||
taskwarrior = {
|
||||
enable = true;
|
||||
};
|
||||
# taskwarrior = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
||||
wezterm = {
|
||||
enable = true;
|
||||
extraConfig = builtins.readFile ./wezterm.lua;
|
||||
};
|
||||
|
||||
zellij = {
|
||||
enable = true;
|
||||
settings = {};
|
||||
};
|
||||
# zellij = {
|
||||
# enable = true;
|
||||
# settings = {};
|
||||
# };
|
||||
|
||||
zoxide = {
|
||||
enable = true;
|
||||
|
|
@ -62,12 +62,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
pueue = {
|
||||
enable = true;
|
||||
settings = {};
|
||||
};
|
||||
};
|
||||
# services = {
|
||||
# pueue = {
|
||||
# enable = true;
|
||||
# settings = {};
|
||||
# };
|
||||
# };
|
||||
|
||||
home.username = "tao";
|
||||
home.homeDirectory = "/home/tao";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue