treewide: remove variables from pkgs
This commit is contained in:
parent
741d67c4ec
commit
0f4ac759c6
38 changed files with 60 additions and 64 deletions
|
@ -2,9 +2,10 @@
|
|||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
lib.mkIf (pkgs.uservars.desktop == "gnome") {
|
||||
lib.mkIf (config.my.desktop == "gnome") {
|
||||
|
||||
home.pointerCursor = {
|
||||
name = "Adwaita";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue