Compare commits
No commits in common. "b23aef3faf7f9923640d96ed04455dc095b8310b" and "9c372a29aaf5f7d079b3220e395f172d6b339064" have entirely different histories.
b23aef3faf
...
9c372a29aa
12 changed files with 391 additions and 366 deletions
702
flake.lock
702
flake.lock
File diff suppressed because it is too large
Load diff
|
@ -14,7 +14,7 @@
|
|||
../../programs/media/cava.nix
|
||||
../../programs/gtk.nix
|
||||
../../programs/mako.nix
|
||||
#../../programs/media/spotify-player.nix
|
||||
../../programs/media/spotify-player.nix
|
||||
../../programs/media/zathura.nix
|
||||
../../wayland/hyprland
|
||||
../../wayland/services/hypridle.nix
|
||||
|
@ -39,7 +39,7 @@
|
|||
ffmpeg
|
||||
rustypaste-cli
|
||||
gimp
|
||||
cryptomator
|
||||
# cryptomator
|
||||
ventoy-bin-full
|
||||
wine
|
||||
bottles
|
||||
|
@ -47,10 +47,6 @@
|
|||
lutris
|
||||
r2modman
|
||||
moonlight-qt
|
||||
tokei
|
||||
jellyfin-media-player
|
||||
jellyfin-rpc
|
||||
wlx-overlay-s
|
||||
inputs.nezia-dotfiles.packages.${pkgs.system}.bolt-launcher
|
||||
inputs.nix-gaming.packages.${pkgs.system}.osu-lazer-bin
|
||||
inputs.hyprsunset.packages.${pkgs.system}.default
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
fonts = {
|
||||
monospace = {
|
||||
name = "JetBrainsMono NF Medium";
|
||||
package = pkgs.nerd-fonts.jetbrains-mono;
|
||||
package = pkgs.nerdfonts;
|
||||
};
|
||||
serif = {
|
||||
name = "Noto Serif";
|
||||
|
|
|
@ -9,7 +9,6 @@ _: {
|
|||
"$mainMod, R, exec, anyrun"
|
||||
"$mainMod, P, pseudo,"
|
||||
"$mainMod, J, togglesplit,"
|
||||
"$mainMod, C, exec, hyprpicker | wl-copy"
|
||||
"$mainMod, left, movefocus, l"
|
||||
"$mainMod, right, movefocus, r"
|
||||
"$mainMod, up, movefocus, u"
|
||||
|
@ -35,6 +34,9 @@ _: {
|
|||
"$mainMod SHIFT, 8, movetoworkspace, 8"
|
||||
"$mainMod SHIFT, 9, movetoworkspace, 9"
|
||||
"$mainMod SHIFT, 0, movetoworkspace, 10"
|
||||
|
||||
"$mainMod, mouse_down, workspace, e+1"
|
||||
"$mainMod, mouse_up, workspace, e-1"
|
||||
];
|
||||
bindm = [
|
||||
"$mainMod, mouse:272, movewindow"
|
||||
|
|
|
@ -38,16 +38,15 @@
|
|||
passes = 3;
|
||||
new_optimizations = true;
|
||||
};
|
||||
shadow = {
|
||||
enabled = true;
|
||||
range = 60;
|
||||
offset = "0 5";
|
||||
render_power = 4;
|
||||
color = "rgba(00000099)";
|
||||
};
|
||||
inactive_opacity = 1.0;
|
||||
active_opacity = 1.0;
|
||||
fullscreen_opacity = 1.0;
|
||||
|
||||
drop_shadow = true;
|
||||
shadow_range = 60;
|
||||
shadow_offset = "0 5";
|
||||
shadow_render_power = 4;
|
||||
"col.shadow" = "rgba(00000099)";
|
||||
};
|
||||
animations = {
|
||||
enabled = true;
|
||||
|
|
|
@ -10,13 +10,12 @@ _: {
|
|||
"float, title:^(Lutris)$"
|
||||
"float, title:^(satty)$"
|
||||
"move 850 360, title:^(RuneLite)$"
|
||||
# "size 800 560, title:^(RuneLite)$"
|
||||
"size 830 600, title:^(RuneLite)$"
|
||||
"size 1200 600, title:^(satty)$"
|
||||
"idleinhibit focus, class:^(mpv)$"
|
||||
"idleinhibit always, class:^(firefox)$, title:^(.*YouTube.*|.*Twitch.*)$"
|
||||
"idleinhibit always, class:^(OBS Studio)$"
|
||||
"idleinhibit always, class:^(Moonlight)$"
|
||||
"idleinhibit always, class:^(VRChat)$"
|
||||
"idleinhibit fullscreen, class:^(firefox)$"
|
||||
];
|
||||
layerrule = [
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
./config/general.nix
|
||||
./config/binds.nix
|
||||
./config/rules.nix
|
||||
# ./config/plugins.nix
|
||||
./config/plugins.nix
|
||||
];
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
### game servers
|
||||
# ./terraria.nix
|
||||
# ./factorio.nix
|
||||
# ./minecraft.nix
|
||||
./minecraft.nix
|
||||
# ./foundryvtt.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -4,6 +4,5 @@
|
|||
./atticd.nix
|
||||
./hydroxide.nix
|
||||
./sunshine.nix
|
||||
./wivrn.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
_: {
|
||||
networking.firewall.allowedTCPPorts = [9757];
|
||||
networking.firewall.allowedUDPPorts = [9757 5353];
|
||||
services.wivrn = {
|
||||
enable = false;
|
||||
openFirewall = true;
|
||||
autoStart = false;
|
||||
defaultRuntime = true;
|
||||
};
|
||||
}
|
|
@ -4,7 +4,7 @@
|
|||
fontDir.enable = true;
|
||||
packages = with pkgs; [
|
||||
corefonts
|
||||
nerd-fonts.jetbrains-mono
|
||||
nerdfonts
|
||||
noto-fonts
|
||||
noto-fonts-cjk-sans
|
||||
twitter-color-emoji
|
||||
|
|
|
@ -13,13 +13,7 @@
|
|||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"dotnet-runtime-6.0.36"
|
||||
"dotnet-sdk-wrapped-6.0.428"
|
||||
"dotnet-sdk-6.0.428"
|
||||
"aspnetcore-runtime-wrapped-6.0.36"
|
||||
"aspnetcore-runtime-6.0.36"
|
||||
];
|
||||
permittedInsecurePackages = [];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue