mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -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 {
|
systemPackages = builtins.attrValues {
|
||||||
inherit (pkgs)
|
inherit (pkgs)
|
||||||
git
|
git
|
||||||
grim
|
|
||||||
pijul
|
pijul
|
||||||
sshfs
|
sshfs
|
||||||
tomb
|
tomb
|
||||||
just
|
just
|
||||||
virt-manager
|
virt-manager
|
||||||
imagemagick
|
|
||||||
helix
|
helix
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
variables = {
|
variables = {
|
||||||
VIDEO_PLAYER = "mpv";
|
VIDEO_PLAYER = lib.getExe pkgs.mpv;
|
||||||
EDITOR = lib.getExe pkgs.helix;
|
EDITOR = lib.getExe pkgs.helix;
|
||||||
TERM = "ghostty";
|
TERM = lib.getExe pkgs.ghostty;
|
||||||
XDG_DOWNLOAD_DIR = "/home/${user0}/downloads";
|
XDG_DOWNLOAD_DIR = "/home/${user0}/downloads";
|
||||||
NIXPKGS_ALLOW_INSECURE = "1";
|
NIXPKGS_ALLOW_INSECURE = "1";
|
||||||
NIXPKGS_ALLOW_UNFREE = "1";
|
NIXPKGS_ALLOW_UNFREE = "1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue