mirror of
https://git.sr.ht/~neverness/ultima
synced 2025-04-21 21:38:39 +00:00
lobanov is hay
This commit is contained in:
parent
e39f9f8e8b
commit
c1c4e1f513
5 changed files with 4 additions and 5 deletions
machines/jetpure/host
modules
|
@ -26,7 +26,7 @@ in
|
|||
};
|
||||
services = {
|
||||
amneziawg = on // {
|
||||
config = ./warp.conf;
|
||||
config = ./modules/warp.conf;
|
||||
};
|
||||
dbus = on;
|
||||
flood = on;
|
||||
|
|
|
@ -26,9 +26,9 @@ in
|
|||
hl = "en";
|
||||
tl = [
|
||||
"ru"
|
||||
"en"
|
||||
"jpn"
|
||||
];
|
||||
user-agent = "Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Firefox/33.0";
|
||||
} // import ./theme.nix;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
theme = "init.trans";
|
||||
|
||||
sgr-original = [ "green" ];
|
||||
sgr-original-phonetics = [
|
||||
"green"
|
||||
|
|
|
@ -8,7 +8,7 @@ in
|
|||
with config.lib.stylix.colors.withHashtag;
|
||||
# css
|
||||
''
|
||||
/* BAR ITSELF */
|
||||
/* itself */
|
||||
* {
|
||||
font-family: "${font.monospace.name}";
|
||||
font-weight: bold;
|
||||
|
|
|
@ -18,7 +18,7 @@ in
|
|||
module.services.amneziawg = {
|
||||
enable = mkBool false;
|
||||
service.enable = mkBool false;
|
||||
config = mkPath ./warp.conf;
|
||||
config = mkNull.path ./warp.conf;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue