niri fully in home manager now
This commit is contained in:
parent
f2921c030b
commit
0758864078
7 changed files with 248 additions and 22 deletions
|
|
@ -10,6 +10,7 @@ in
|
|||
flake.homeConfigurations = {
|
||||
"user@rotterdam" = mkHome {
|
||||
username = "user";
|
||||
hostname = "rotterdam";
|
||||
tags = [
|
||||
"btop"
|
||||
"desktop"
|
||||
|
|
@ -25,6 +26,7 @@ in
|
|||
|
||||
"user@io" = mkHome {
|
||||
username = "user";
|
||||
hostname = "io";
|
||||
tags = [
|
||||
"btop"
|
||||
"desktop"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue