feat: Update nixpkgs

This commit is contained in:
uttarayan21
2026-01-04 00:26:02 +05:30
parent 1f537d6189
commit 253d600448
8 changed files with 99 additions and 121 deletions

View File

@@ -8,8 +8,8 @@
withOpenASAR = true;
withVencord = true;
})
pkgs.vesktop
pkgs.discord-canary
pkgs.discord-ptb
# pkgs.vesktop
# pkgs.discord-canary
# pkgs.discord-ptb
];
}

View File

@@ -1,4 +1,4 @@
{pkgs, ...}: {
{...}: {
programs.mpv = {
enable = true;
config = {
@@ -23,10 +23,5 @@
gamut-mapping = "desaturate";
};
};
package =
if pkgs.stdenv.isLinux
then pkgs.mpv-unwrapped.wrapper {mpv = pkgs.mpv-unwrapped.override {sixelSupport = true;};}
else pkgs.mpv;
};
}

View File

@@ -11,16 +11,5 @@
enable = true;
autoStart = true;
};
extensions = [];
settings = {
theme = {
dark = {
name = "catppuccin-mocha";
};
};
};
# package = pkgs.vicinae.overrideAttrs (old: {
# patches = [../../patches/vicinae-ctrl-np.patch];
# });
};
}

View File

@@ -21,14 +21,9 @@
# t = "zellij a -c --index 0";
t = "tmux";
};
shellAliases =
{
g = "git";
}
// lib.optionalAttrs pkgs.stdenv.isLinux {
kmpv = "mpv --vo-kitty-use-shm=yes --vo=kitty --really-quiet";
smpv = "mpv --vo-sixel-buffered=yes --vo=sixel --profile=sw-fast";
};
shellAliases = {
g = "git";
};
shellInit = ''
set fish_greeting
yes | fish_config theme save "Catppuccin Mocha"

View File

@@ -4,10 +4,10 @@
./swayosd.nix
./kdeconnect.nix
./gtk.nix
./anyrun.nix
# ./anyrun.nix
./ironbar
./gui.nix
./eww.nix
# ./eww.nix
./xdg.nix
./hyprmon.nix
./hyprland.nix

View File

@@ -4,10 +4,10 @@
config,
...
}: {
imports = [
../../modules/hyprpaper.nix
];
programs.hyprpaper = let
# imports = [
# ../../modules/hyprpaper.nix
# ];
services.hyprpaper = let
wallpapers = import ../../utils/wallhaven.nix {inherit pkgs;};
nextcloudWallpapers = name: config.home.homeDirectory + "/Nextcloud/Wallpapers/" + name;
silksongFleas = nextcloudWallpapers "silksong-fleas.jpg";