fixes
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
../common/features/xdg.nix
|
||||
../common/features/downloads-cleanup.nix
|
||||
../common/programs/3d.nix
|
||||
../common/features/bluetooth.nix
|
||||
./monitors.nix
|
||||
];
|
||||
|
||||
|
||||
@@ -1,15 +1,4 @@
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
config,
|
||||
...
|
||||
}:
|
||||
let
|
||||
wallpaper1 = pkgs.fetchurl {
|
||||
url = "https://4kwallpapers.com/images/wallpapers/abstract-design-3840x2160-17068.jpg";
|
||||
hash = "sha256-F/XE/ETwzYwtbQWXY78c2AJc8xe2mRunB8Q9/c2F7kY=";
|
||||
};
|
||||
in
|
||||
{ ... }:
|
||||
{
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
monitor = [
|
||||
@@ -18,13 +7,6 @@ in
|
||||
"DP-2, preferred, auto-up, 1"
|
||||
"DP-3, preferred, auto-up, 1"
|
||||
"DP-4, preferred, auto-up, 1"
|
||||
# "DP-3, 1920x1200, 0x0, 1, mirror, eDP-1"
|
||||
];
|
||||
};
|
||||
|
||||
services.hyprpaper.settings.preload = [ (builtins.toString wallpaper1) ];
|
||||
services.hyprpaper.settings.wallpaper = [
|
||||
"eDP-1,${builtins.toString wallpaper1}"
|
||||
"DP-3,${builtins.toString wallpaper1}"
|
||||
];
|
||||
}
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# services.blueman-applet.enable = true;
|
||||
|
||||
# systemd.user.services.mpris-proxy = {
|
||||
# description = "Mpris proxy";
|
||||
# after = [
|
||||
# "network.target"
|
||||
# "sound.target"
|
||||
# ];
|
||||
# wantedBy = [ "default.target" ];
|
||||
# serviceConfig.ExecStart = "${pkgs.bluez}/bin/mpris-proxy";
|
||||
# };
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
home.packages = with pkgs; [ libnotify ];
|
||||
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
@@ -68,13 +68,6 @@
|
||||
export FOUNDRY_DISABLE_NIGHTLY_WARNING=true
|
||||
export LD_LIBRARY_PATH=${pkgs.zlib}/lib:${pkgs.icu}/lib:${pkgs.stdenv.cc.cc.lib}/lib:$LD_LIBRARY_PATH
|
||||
|
||||
function y() {
|
||||
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
|
||||
yazi "$@" --cwd-file="$tmp"
|
||||
IFS= read -r -d "" cwd < "$tmp"
|
||||
[ -n "$cwd" ] && [ "$cwd" != "$PWD" ] && builtin cd -- "$cwd"
|
||||
rm -f -- "$tmp"
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
../common/programs/nerd-dictation.nix
|
||||
../common/features/xdg.nix
|
||||
../common/features/downloads-cleanup.nix
|
||||
../common/features/bluetooth.nix
|
||||
./monitors.nix
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user