This commit is contained in:
Tao Tien 2024-03-15 21:39:09 -07:00
parent cb9b393cf0
commit de8c66d530
5 changed files with 21 additions and 25 deletions

View file

@ -58,11 +58,6 @@
trunk
];
# nixpkgs.config.permittedInsecurePackages = [
# # etcher
# "electron-19.1.9"
# ];
services.udev.extraRules = ''
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic GDB Server", SYMLINK+="ttyBmpGdb"
SUBSYSTEM == "tty", GROUP="dialout", ATTRS{interface}=="Black Magic UART Port", SYMLINK+="ttyBmpTarg"

View file

@ -12,15 +12,12 @@
cifs-utils
du-dust
exfatprogs
ffmpeg
firefox
git
inputs.helix.packages.${pkgs.system}.default
# libthai
localsend
macchina
mesa
mpv
ouch
ripgrep
rustdesk
@ -29,8 +26,9 @@
tree
wezterm
# wget
yt-dlp
zellij
# yt-dlp
# zellij
pueue
zstd
];
programs.partition-manager.enable = lib.mkDefault true;

View file

@ -9,7 +9,7 @@
# nvidia-vaapi-driver
# foldingathome
gwe
mesa
# mesa
openrgb
snapper
];

View file

@ -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

View file

@ -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";