mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-10 05:44:38 -05:00
feat: init
This commit is contained in:
commit
c19ea940bd
320 changed files with 23845 additions and 0 deletions
23
nixos/modules/environment.nix
Executable file
23
nixos/modules/environment.nix
Executable file
|
@ -0,0 +1,23 @@
|
|||
{pkgs, ...}: {
|
||||
environment = {
|
||||
# enableAllTerminfo = true;
|
||||
systemPackages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
git
|
||||
pijul
|
||||
sshfs
|
||||
tomb
|
||||
virt-manager
|
||||
;
|
||||
};
|
||||
variables = {
|
||||
VIDEO_PLAYER = "vlc";
|
||||
EDITOR = "nano";
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
WLR_DRM_NO_ATOMIC = "1";
|
||||
NIXPKGS_ALLOW_INSECURE = "1";
|
||||
NIXPKGS_ALLOW_UNFREE = "1";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue