Compare commits

...

3 Commits

Author SHA1 Message Date
jay
6dce06e79a Set up arrpc as a home manager service, remove arrpc as a normal program. 2025-07-02 05:11:53 -04:00
jay
41629e63a4 Switch hyprpanel theme to nord. 2025-07-02 05:11:53 -04:00
jay
79838751ef Add nixos wallpaper, switch to no longer using mpvpaper.
Compilation fix.
2025-07-02 05:11:53 -04:00
5 changed files with 12 additions and 9 deletions

View File

@@ -6,7 +6,10 @@
home.username = "jay";
home.homeDirectory = "/home/jay";
imports = [ inputs.hyprpanel.homeManagerModules.hyprpanel ];
imports = [
inputs.hyprpanel.homeManagerModules.hyprpanel
./services/arrpc.nix
];
# This value determines the Home Manager release that your configuration is
@@ -23,7 +26,7 @@
home.packages = [
pkgs.legcord
pkgs.libgtop
pkgs.mpvpaper
#pkgs.mpvpaper
# pkgs.hyprlandPlugins.hyprtrails
];
@@ -45,7 +48,7 @@
programs.alacritty = lib.mkForce {
enable = true;
settings = {
window.opacity = 0.00;
window.opacity = 0.05;
# window.blur = true;
font.normal = {
family = "BigBlueTermPlus Nerd Font";
@@ -177,7 +180,7 @@
# Wipeout HD Theme
#theme.name = "catppuccin_latte";
# Wipeout HD Reverse Theme
theme.name = "monochrome";
theme.name = "nord";
menus.clock = {
time = {
@@ -261,7 +264,8 @@
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";
image = ../../wallpapers/nixos-wallpaper.png;
#image = ./qat02.png;
# Wipeout HD Theme
#image = ./wipeout.png;

View File

@@ -0,0 +1,3 @@
{ pkgs, ...}: {
services.arrpc.enable = true;
}

View File

@@ -11,7 +11,6 @@
environment.systemPackages = [
pkgs.age
pkgs.arrpc
pkgs.alsa-utils
pkgs.bitwarden-cli
pkgs.bitwarden-menu

Binary file not shown.

After

Width:  |  Height:  |  Size: 299 KiB

View File

@@ -24,9 +24,6 @@
wayland.windowManager.hyprland = {
settings = {
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
exec-once = [
"mpvpaper -vfp -o 'no-audio no-keepaspect loop vf=lavfi=negate' eDP-1 /home/jay/nixverse/nodes/hosts/common/wallpapers/wipeout.mkv"
];
};
};
}