fix options in home manager
This commit is contained in:
parent
52a742ee5a
commit
1e21fa158c
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, config, pkgs, ... }: lib.mkIf (config.withNiri) {
|
{ lib, osConfig, pkgs, ... }: lib.mkIf (osConfig.withNiri) {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
polkit_gnome
|
polkit_gnome
|
||||||
dconf
|
dconf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue