s0melapt0p-nix -> isla: rename
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
aae7900229
commit
c1445349f0
74 changed files with 107 additions and 101 deletions
17
isla/environment/systemPackages.nix
Normal file
17
isla/environment/systemPackages.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
(lib.hiPrio uutils-coreutils-noprefix)
|
||||
xdg-desktop-portal-wlr
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal
|
||||
uutils-findutils
|
||||
uutils-diffutils
|
||||
home-manager
|
||||
];
|
||||
};
|
||||
}
|
||||
15
isla/environment/variables.nix
Normal file
15
isla/environment/variables.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{config, ...}: {
|
||||
environment = {
|
||||
variables = {
|
||||
HOSTNAME = config.networking.hostName;
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
SDL_VIDEODRIVER = "wayland";
|
||||
CLUTTER_BACKEND = "wayland";
|
||||
GDK_BACKEND = "wayland";
|
||||
NIXPKGS_ALLOW_UNFREE = "1";
|
||||
NIXPKGS_ALLOW_INSECURE = "1";
|
||||
NIXOS_OZONE_WL = "1";
|
||||
TERM = "xterm-256color";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue