feat: Update nixpkgs
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
withOpenASAR = true;
|
||||
withVencord = true;
|
||||
})
|
||||
pkgs.vesktop
|
||||
pkgs.discord-canary
|
||||
pkgs.discord-ptb
|
||||
# pkgs.vesktop
|
||||
# pkgs.discord-canary
|
||||
# pkgs.discord-ptb
|
||||
];
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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];
|
||||
# });
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user