mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 13:07:13 -06:00
chore: cleaned up some stuff
This commit is contained in:
parent
9ab5ebd35f
commit
8ecdaefa43
1 changed files with 2 additions and 4 deletions
|
|
@ -13,20 +13,18 @@ in
|
|||
systemPackages = builtins.attrValues {
|
||||
inherit (pkgs)
|
||||
git
|
||||
grim
|
||||
pijul
|
||||
sshfs
|
||||
tomb
|
||||
just
|
||||
virt-manager
|
||||
imagemagick
|
||||
helix
|
||||
;
|
||||
};
|
||||
variables = {
|
||||
VIDEO_PLAYER = "mpv";
|
||||
VIDEO_PLAYER = lib.getExe pkgs.mpv;
|
||||
EDITOR = lib.getExe pkgs.helix;
|
||||
TERM = "ghostty";
|
||||
TERM = lib.getExe pkgs.ghostty;
|
||||
XDG_DOWNLOAD_DIR = "/home/${user0}/downloads";
|
||||
NIXPKGS_ALLOW_INSECURE = "1";
|
||||
NIXPKGS_ALLOW_UNFREE = "1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue