add config option for username
This commit is contained in:
parent
7bb5c421f6
commit
1b3e9b1b34
9 changed files with 13 additions and 13 deletions
|
@ -1,7 +1,7 @@
|
|||
{ lib, config, pkgs, ... }: lib.mkIf config.withNiri {
|
||||
programs.niri.enable = true;
|
||||
|
||||
home-manager.users.twoneis = {
|
||||
home-manager.users.${config.username} = {
|
||||
home.packages = with pkgs; [
|
||||
brightnessctl
|
||||
swaybg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue