Add new modules and configurations for HyprPanel and related components

This commit is contained in:
2025-01-11 22:33:49 +02:00
parent d2f5a6ceba
commit 792c41c296
10 changed files with 242 additions and 9 deletions

View File

@@ -54,6 +54,7 @@ function checkChallengeState() {
if (stateDate === today) {
if (floorsSurvived < 25) {
/*
if (floorsSurvived === 0) {
sendReminderNotification();
} else {
@@ -62,6 +63,8 @@ function checkChallengeState() {
if (hoursLeft <= 4) {
sendSpamNotifications();
}
*/
sendReminderNotification();
}
} else {
sendReminderNotification();

View File

@@ -12,7 +12,9 @@
../../modules/nixos/network.nix
../../modules/nixos/programs.nix
./packages.nix
../../modules/home-manager/hyprpanel.nix
./other/activate.nix
];
programs.steam = {
@@ -91,7 +93,8 @@
warp-terminal
prismlauncher
# vesktop
legcord
# legcord
equibop
kdenlive
libsForQt5.qt5ct
libsForQt5.lightly

View File

@@ -2,11 +2,20 @@
{
system.nixos = {
distroName = "OCbwoy3";
extraOSReleaseArgs = {
HOME_URL="https://ocbwoy3.dev/";
VERSION_CODENAME="";
NAME="OCbwoy3";
PRETTY_NAME="OCbwoy3";
};
};
system.activationScripts.installRoblox = {
text = ''
trap "${pkgs.flatpak}/bin/flatpak install -y https://sober.vinegarhq.org/sober.flatpakref" EXIT
'';
};
}

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ inputs, config, pkgs, ... }:
{
@@ -7,14 +7,20 @@
noto-fonts-cjk-sans
noto-fonts-emoji
monaspace
geist-font
# nerdfonts
nerd-fonts.geist-mono
nerd-fonts.monaspace
nerd-fonts.symbols-only
];
programs.seahorse.enable = true;
environment.systemPackages = with pkgs; [
xorg.xkeyboard_config
inputs.hyprsysteminfo.packages.${pkgs.stdenv.hostPlatform.system}.hyprsysteminfo
hyprpanel
libxkbcommon
libxkbcommon-x11
gnupg
nix-direnv
htop
nixpkgs-fmt
@@ -35,7 +41,7 @@
qpwgraph
wget
git
neofetch
fastfetch
vscode
nodejs
bun