Compare commits
3 Commits
0b839b7f73
...
6dce06e79a
| Author | SHA1 | Date | |
|---|---|---|---|
| 6dce06e79a | |||
| 41629e63a4 | |||
| 79838751ef |
@@ -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;
|
||||
|
||||
3
nodes/hosts/common/home/jay/services/arrpc.nix
Normal file
3
nodes/hosts/common/home/jay/services/arrpc.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{ pkgs, ...}: {
|
||||
services.arrpc.enable = true;
|
||||
}
|
||||
@@ -11,7 +11,6 @@
|
||||
|
||||
environment.systemPackages = [
|
||||
pkgs.age
|
||||
pkgs.arrpc
|
||||
pkgs.alsa-utils
|
||||
pkgs.bitwarden-cli
|
||||
pkgs.bitwarden-menu
|
||||
|
||||
BIN
nodes/hosts/common/wallpapers/nixos-wallpaper.png
Normal file
BIN
nodes/hosts/common/wallpapers/nixos-wallpaper.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 299 KiB |
@@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user