work details
This commit is contained in:
parent
d390530b35
commit
de83e8a338
6 changed files with 86 additions and 84 deletions
|
|
@ -4,11 +4,7 @@ let
|
|||
in {
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
discord
|
||||
stremio-linux-shell
|
||||
obsidian
|
||||
kitty
|
||||
qbittorrent
|
||||
claude-code
|
||||
mpv
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,7 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
let
|
||||
wallpaper = ../../wallpapers/miku.png;
|
||||
in {
|
||||
{ config, pkgs, ... }: {
|
||||
home.sessionVariables = {
|
||||
XDG_CURRENT_DESKTOP = "niri";
|
||||
XDG_SESSION_DESKTOP = "niri";
|
||||
|
|
@ -77,8 +74,6 @@ in {
|
|||
|
||||
prefer-no-csd
|
||||
|
||||
spawn-at-startup "swww-daemon"
|
||||
spawn-at-startup "swww" "img" "${wallpaper}" "--transition-type" "none"
|
||||
spawn-at-startup "quickshell"
|
||||
|
||||
screenshot-path "${config.xdg.userDirs.pictures}/screenshots/%Y-%m-%d %H-%M-%S.png"
|
||||
|
|
@ -115,7 +110,7 @@ in {
|
|||
|
||||
// System
|
||||
Mod+Shift+E { quit; }
|
||||
Mod+L { spawn "swaylock" "-i" "${wallpaper}" "--scaling" "fill"; }
|
||||
Mod+L { spawn "swaylock"; }
|
||||
|
||||
// Volume
|
||||
XF86AudioRaiseVolume { spawn "wpctl" "set-volume" "@DEFAULT_AUDIO_SINK@" "5%+"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue