added NxACE (untested)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, pkgs-unstable, inputs, host, nvidia, rice, lib, ... }:
|
||||
{ config, pkgs, pkgs-unstable, inputs, host, user, nvidia, rice, lib, ... }:
|
||||
let
|
||||
animation-speed = "2";
|
||||
transparency = builtins.toString rice.transparency;
|
||||
@@ -39,6 +39,7 @@ let
|
||||
};
|
||||
};
|
||||
in
|
||||
lib.mkIf (user != "tv")
|
||||
{
|
||||
home.packages = [
|
||||
# hyprland itself is a system package
|
||||
|
||||
Reference in New Issue
Block a user