Compare commits
3 Commits
0b839b7f73
...
6dce06e79a
| Author | SHA1 | Date | |
|---|---|---|---|
| 6dce06e79a | |||
| 41629e63a4 | |||
| 79838751ef |
@@ -6,7 +6,10 @@
|
|||||||
home.username = "jay";
|
home.username = "jay";
|
||||||
home.homeDirectory = "/home/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
|
# This value determines the Home Manager release that your configuration is
|
||||||
@@ -23,7 +26,7 @@
|
|||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.legcord
|
pkgs.legcord
|
||||||
pkgs.libgtop
|
pkgs.libgtop
|
||||||
pkgs.mpvpaper
|
#pkgs.mpvpaper
|
||||||
# pkgs.hyprlandPlugins.hyprtrails
|
# pkgs.hyprlandPlugins.hyprtrails
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -45,7 +48,7 @@
|
|||||||
programs.alacritty = lib.mkForce {
|
programs.alacritty = lib.mkForce {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
window.opacity = 0.00;
|
window.opacity = 0.05;
|
||||||
# window.blur = true;
|
# window.blur = true;
|
||||||
font.normal = {
|
font.normal = {
|
||||||
family = "BigBlueTermPlus Nerd Font";
|
family = "BigBlueTermPlus Nerd Font";
|
||||||
@@ -177,7 +180,7 @@
|
|||||||
# Wipeout HD Theme
|
# Wipeout HD Theme
|
||||||
#theme.name = "catppuccin_latte";
|
#theme.name = "catppuccin_latte";
|
||||||
# Wipeout HD Reverse Theme
|
# Wipeout HD Reverse Theme
|
||||||
theme.name = "monochrome";
|
theme.name = "nord";
|
||||||
|
|
||||||
menus.clock = {
|
menus.clock = {
|
||||||
time = {
|
time = {
|
||||||
@@ -261,7 +264,8 @@
|
|||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
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;
|
#image = ./qat02.png;
|
||||||
# Wipeout HD Theme
|
# Wipeout HD Theme
|
||||||
#image = ./wipeout.png;
|
#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 = [
|
environment.systemPackages = [
|
||||||
pkgs.age
|
pkgs.age
|
||||||
pkgs.arrpc
|
|
||||||
pkgs.alsa-utils
|
pkgs.alsa-utils
|
||||||
pkgs.bitwarden-cli
|
pkgs.bitwarden-cli
|
||||||
pkgs.bitwarden-menu
|
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 = {
|
wayland.windowManager.hyprland = {
|
||||||
settings = {
|
settings = {
|
||||||
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
|
"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