system: Update

This commit is contained in:
2025-02-08 18:38:55 +03:00
parent ea39ab9992
commit 510e179b78
7 changed files with 90 additions and 137 deletions

View File

@ -19,8 +19,8 @@
environment.etc = {
"v2raya/ru_geoip.dat".source = pkgs.fetchurl {
name = "geoip.dat";
url = "https://github.com/runetfreedom/russia-blocked-geoip/releases/download/202501260919/geoip.dat";
hash = "sha256-OZoWEyfp1AwIN1eQHaB5V3FP51gsUKKDbFBHtqs4UDM=";
url = "https://github.com/runetfreedom/russia-blocked-geoip/releases/download/202502081519/geoip.dat";
hash = "sha256-uzv+aNlTD/UycNK2WWbI9timBbaFLAK3ME/lOrzpFdg=";
};
"v2raya/bolt.db".source = config.sops.secrets.vpn_bolt.path;

View File

@ -1,6 +1,6 @@
{ pkgs, pkgs-stable, inputs, ... }: {
{ pkgs, inputs, ... }: {
home.packages = with pkgs; [
pkgs-stable.google-chrome
google-chrome
inputs.ayugram-desktop.packages.${pkgs.system}.ayugram-desktop
vesktop
obs-studio

View File

@ -74,12 +74,14 @@
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
plugins = with inputs.hyprland-plugins.packages.${pkgs.system}; [
hyprbars
# hyprbars # Version mismatch
];
settings = {
"$mainMod" = "SUPER";
ecosystem.no_donation_nag = true;
env = [
"LIBVA_DRIVER_NAME,nvidia"
"__GLX_VENDOR_LIBRARY_NAME,nvidia"
@ -115,7 +117,7 @@
natural_scroll = false;
};
sensitivity = 0; # -1.0 - 1.0, 0 means no modification.
sensitivity = 0;
};
windowrule = [

View File

@ -2,8 +2,14 @@
yazi-plugins = pkgs.fetchFromGitHub {
owner = "yazi-rs";
repo = "plugins";
rev = "7afba3a73cdd69f346408b77ea5aac26fe09e551";
hash = "sha256-w9dSXW0NpgMOTnBlL/tzlNSCyRpZNT4XIcWZW5NlIUQ=";
rev = "07258518f3bffe28d87977bc3e8a88e4b825291b";
hash = "sha256-axoMrOl0pdlyRgckFi4DiS+yBKAIHDhVeZQJINh8+wk=";
};
starship = pkgs.fetchFromGitHub {
owner = "Rolv-Apneseth";
repo = "starship.yazi";
rev = "d1cd0a38aa6a2c2e86e62a466f43e415f781031e";
sha256 = "sha256-XiEsykudwYmwSNDO41b5layP1DqVa89e6Emv9Qf0mz0=";
};
in {
programs.yazi = {
@ -25,12 +31,7 @@ in {
chmod = "${yazi-plugins}/chmod.yazi";
full-border = "${yazi-plugins}/full-border.yazi";
max-preview = "${yazi-plugins}/max-preview.yazi";
starship = pkgs.fetchFromGitHub {
owner = "Rolv-Apneseth";
repo = "starship.yazi";
rev = "247f49da1c408235202848c0897289ed51b69343";
sha256 = "sha256-0J6hxcdDX9b63adVlNVWysRR5htwAtP5WhIJ2AK2+Gs=";
};
starship = starship;
};
initLua = ''

View File

@ -45,8 +45,6 @@
};
};
zellij.enable = true;
zsh = {
enable = true;
enableCompletion = true;