wow
This commit is contained in:
parent
e07c48736f
commit
174d92b226
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
config,
|
config,
|
||||||
pkgs,
|
pkgs,
|
||||||
|
lib,
|
||||||
inputs,
|
inputs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
@ -26,7 +27,7 @@
|
||||||
"${inputs.self}/modules/mizukios/features/remote/ssh.nix"
|
"${inputs.self}/modules/mizukios/features/remote/ssh.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
catppuccin.flavor = "mocha";
|
catppuccin.flavor = lib.mkForce "mocha";
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "ena";
|
hostName = "ena";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue