idk anymore

This commit is contained in:
xqtc161 2024-03-17 18:13:26 +01:00
parent 637d16e3f5
commit 784a823126
3 changed files with 54 additions and 56 deletions

View file

@ -29,6 +29,7 @@
ltrace ltrace
nodejs nodejs
hoppscotch
nerdfonts nerdfonts
ipafont ipafont

View file

@ -130,63 +130,57 @@
} }
{ {
type = "text"; type = "text";
#val = [
# " config by: "
# " ▒██ ██▒ █████ ▄▄▄█████▓ ▄████▄ "
# " ▒▒ █ █ ▒░▒██▓ ██▒▓ ██▒ ▓▒▒██▀ ▀█ "
# " ░░ █ ░▒██▒ ██░▒ ▓██░ ▒░▒▓█ ▄ "
# " ░ █ █ ▒ ░██ █▀ ░░ ▓██▓ ░ ▒▓▓▄ ▄██▒ "
# " ▒██▒ ▒██▒░▒███▒█▄ ▒██▒ ░ ▒ ▓███▀ ░ "
# " ▒▒ ░ ░▓ ░░░ ▒▒░ ▒ ▒ ░░ ░ ░▒ ▒ ░ "
# " ░░ ░▒ ░ ░ ▒░ ░ ░ ░ ▒ "
# " ░ ░ ░ ░ ░ ░ "
# " ░ ░ ░ ░ ░ "
# " ░ "
# " git@git.sr.ht:xqtc "
#];
val = [ val = [
" " " "
" " " "
" " " "
" " " "
" " " "
" " " "
" " " "
" " " "
" " " "
" " " "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
" "
]; ];
#val = [
# " ███████████████ ██████████████████"
# " ███████████████ ██ "
# " ███████████████ ██████████████████"
# " ███████████████ ██ ██"
# " ███████████████ ██████████████████"
# " ███████████████ █ ██ █ "
# " ███████████████ █ ██ █ "
# " ███████████████ █ ██ █ "
# " ███████████████ "
# " ███████████████ ██████████████████"
# " ███████████████ ██ ██ "
# " ██████████████████████████ ██████████████████"
# " ██████████████████████████ ██ ██"
# " ██████████████████████████ ██████████████████"
# " ██████████████████████████ ██ ██ "
# " ██████████████████████████ ██████████████████"
# " ██████████████████████████ "
# " ██████████████████████████ ▀▀▀▀▀▀▀▀██▀▀▀▀▀▀▀▀"
# " ██████████████████████████ ▀▀▀▀▀▀▀▀██▀▀▀▀▀▀▀▀"
# " ██████████████████████████ ██████████████████"
# " ███████████████▀▀▀▀▀▀▀▀▀▀▀ ██ ██"
# " ███████████████ ██████████████████"
# " ███████████████ ▄▄▄▄▄▄▄▄██▄▄▄▄▄▄▄▄"
# " ████████████████ ▄▄▄▄▄▄▄▄██▄▄▄▄▄▄▄▄"
# " █████████████████ "
# " ██████████████████ ██████████████████"
# " ███████████████████ ██ "
# " ████████████████████ ██ "
# " █████████████████████ ██ "
# " ██████████████████████ ██ "
# " ███████████████████████ ██ "
# " ████████████████████████ ██████████████████"
#];
opts = { opts = {
position = "center"; position = "center";
hl = "Type"; hl = "Type";
}; };
} }
{
type = "padding";
val = 3;
}
{ {
type = "text"; type = "text";
# val = [ # val = [
@ -201,9 +195,12 @@
# " ░ ░ ░ ░ ░ ░ ░ " # " ░ ░ ░ ░ ░ ░ ░ "
# " ░ " # " ░ "
# ]; # ];
val = [ #val = [
"TOHA HEAVY INDUSTRIES" # "TOHA HEAVY INDUSTRIES"
]; #];
val = [
"git@git.sr.ht:xqtc"
];
opts = { opts = {
position = "center"; position = "center";
hl = "Keyword"; hl = "Keyword";
@ -211,7 +208,7 @@
} }
{ {
type = "padding"; type = "padding";
val = 2; val = 8;
} }
{ {
type = "group"; type = "group";

View file

@ -36,7 +36,7 @@
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
../../common ../../common
#../antivirus.nix ../antivirus.nix
../../modules/home-manager.nix ../../modules/home-manager.nix
../gc.nix ../gc.nix
]; ];
@ -59,7 +59,7 @@
nvidiaSettings = true; nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.production; package = config.boot.kernelPackages.nvidiaPackages.stable;
}; };
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.