didnt really want to move them back again
This commit is contained in:
alsaiduq-lab 2026-01-02 22:28:41 -07:00
parent d96c914844
commit 42aeaf54c8
5 changed files with 43 additions and 28 deletions

View file

@ -38,6 +38,7 @@
home.enableNixpkgsReleaseCheck = false;
# TODO: move these somewhere else; undecided
#home.packages = with pkgs; [
#];
home.packages = with pkgs; [
nvtopPackages.full
];
}

View file

@ -3,7 +3,7 @@
config,
pkgs,
hyprlanddots,
nvimDotfiles,
nvimDots,
dankMaterialShell,
...
}: {
@ -11,7 +11,7 @@
set -euo pipefail
umask 022
repo=${lib.escapeShellArg hyprlanddots}
nvimrepo=${lib.escapeShellArg nvimDotfiles}
nvimrepo=${lib.escapeShellArg nvimDots}
dmsConfig="${dankMaterialShell}/etc/xdg/quickshell/dms"
mkdir -p "${config.xdg.configHome}"
copy_dir() {

View file

@ -10,6 +10,6 @@
yazi
chafa
btop
nvtopPackages.full
fastfetch
];
}

View file

@ -6,7 +6,6 @@
}: {
home.packages = with pkgs; [
ghostty
fastfetch
];
programs.ghostty = {