yveltal init

This commit is contained in:
2025-10-25 14:36:52 -05:00
parent 700943ab97
commit de0117edff
83 changed files with 113 additions and 29 deletions

0
users/blake/assets/wallpapers/antartica.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

0
users/blake/default.nix Normal file → Executable file
View File

0
users/blake/dots/.default.nix Normal file → Executable file
View File

0
users/blake/dots/darwin/default.nix Normal file → Executable file
View File

0
users/blake/dots/git/default.nix Normal file → Executable file
View File

0
users/blake/dots/gpg/default.nix Normal file → Executable file
View File

22
users/blake/dots/hypr/default.nix Normal file → Executable file
View File

@@ -5,6 +5,7 @@
}: {
home.packages = with pkgs; [
nwg-displays
posy-cursors
];
@@ -33,7 +34,7 @@
kb_layout = "us";
numlock_by_default = true;
follow_mouse = 2;
sensitivity = -0.6;
sensitivity = -0.2;
touchpad = {
disable_while_typing = true;
@@ -48,10 +49,8 @@
gaps_in = 2;
gaps_out = 5;
border_size = 3;
col = {
active_border = "rgba(33ccffee) rgba(00ff99ee) 45deg";
inactive_border = "rgba(595959aa)";
};
"col.active_border" = "rgba(33ccffee) rgba(00ff99ee) 45deg";
"col.inactive_border" = "rgba(595959aa)";
layout = "dwindle";
allow_tearing = false;
};
@@ -87,7 +86,7 @@
};
gestures = {
workspace_swipe = "on";
workspace = "on";
};
misc = {
@@ -210,15 +209,15 @@
services.hyprpaper = {
enable = true;
settings = {
preload = [ "~/.nix/user/blake/assets/wallpapers/antartica.png" ];
wallpaper = [ ",~/.nix/user/blake/assets/wallpapers/antartica.png" ];
preload = [ "~/.nix/users/blake/assets/wallpapers/antartica.png" ];
wallpaper = [ ",~/.nix/users/blake/assets/wallpapers/antartica.png" ];
ipc = "off";
splash = false;
};
};
# screenlocker
services.hyprlock = {
programs.hyprlock = {
enable = true;
settings = {
general = {
@@ -229,7 +228,7 @@
background = [
{
monitor = "";
path = "~/pictures/wallpapers/antartica.png";
path = "~/.nix/users/blake/assets/wallpapers/antartica.png";
blur_passes = 1;
color = "rgb(0047ab)";
}
@@ -362,8 +361,9 @@
};
home.pointerCursor = {
enable = false;
gtk.enable = true;
# x11.enable = true;
x11.enable = true;
package = pkgs.posy-cursors;
name = "posy";
size = 48;

0
users/blake/dots/hypr/hypridle.conf Normal file → Executable file
View File

0
users/blake/dots/hypr/hyprland.conf Normal file → Executable file
View File

0
users/blake/dots/hypr/hyprlock.conf Normal file → Executable file
View File

0
users/blake/dots/hypr/hyprpaper.conf Normal file → Executable file
View File

4
users/blake/dots/kitty/default.nix Normal file → Executable file
View File

@@ -6,7 +6,7 @@
}: {
programs.kitty = {
enable = true;
enableZshIntegration = true;
# enableZshIntegration = true;
enableGitIntegration = true;
#darwinLaunchOptions = [""];
settings = {
@@ -17,7 +17,7 @@
cursor_shape = "beam";
cursor_beam_thickness = 2.5;
foreground = "#dddddd";
background = "#2F1730Q";
background = "#2F1730";
background_opacity = 0.9;
selection_foreground = "none";
selection_background = "none";

0
users/blake/dots/lf/ctpv_config Normal file → Executable file
View File

0
users/blake/dots/lf/default.nix Normal file → Executable file
View File

0
users/blake/dots/lf/lfrc Normal file → Executable file
View File

0
users/blake/dots/neovim/default.nix Normal file → Executable file
View File

0
users/blake/dots/ssh/default.nix Normal file → Executable file
View File

0
users/blake/dots/stylix/default.nix Normal file → Executable file
View File

24
users/blake/dots/xdg/default.nix Normal file → Executable file
View File

@@ -7,22 +7,22 @@
xdg = if pkgs.system == "x86_64-darwin" then {} else {
enable = true;
configHome = "${config.home.homeDirectory}/.config";
cacheHome = "${config.home.homeDirectory}/.cache";
dataHome = "${config.home.homeDirectory}/.local/share";
stateHome = "${config.home.homeDirectory}/.local/state";
configHome = "/home/blake/.config";
cacheHome = "/home/blake/.cache";
dataHome = "/home/blake/.local/share";
stateHome = "/home/blake/.local/state";
userDirs = {
enable = true;
# writes ~/.config/user-dirs.dirs
desktop = "${config.home.homeDirectory}/desktop";
download = "${config.home.homeDirectory}/downloads";
documents = "${config.home.homeDirectory}/documents";
pictures = "${config.home.homeDirectory}/pictures";
videos = "${config.home.homeDirectory}/videos";
music = "${config.home.homeDirectory}/music";
publicShare = "${config.home.homeDirectory}/public";
templates = "${config.home.homeDirectory}/templates";
desktop = "/home/blake/desktop";
download = "/home/blake/downloads";
documents = "/home/blake/documents";
pictures = "/home/blake/pictures";
videos = "/home/blake/videos";
music = "/home/blake/music";
publicShare = "/home/blake/public";
templates = "/home/blake/templates";
};
};

0
users/blake/dots/zsh/default.nix Normal file → Executable file
View File

0
users/blake/home.nix Normal file → Executable file
View File

0
users/blake/hosts/yveltal.nix Normal file → Executable file
View File

0
users/blake/os/darwin.nix Normal file → Executable file
View File

0
users/blake/os/nixos.nix Normal file → Executable file
View File

0
users/blake/secrets/secrets.yaml Normal file → Executable file
View File