adds wezterm flake and gimp
This commit is contained in:
parent
8e4637122c
commit
5d59fda3b9
4 changed files with 8 additions and 2 deletions
|
|
@ -12,6 +12,7 @@
|
|||
nix-darwin.inputs.nixpkgs.follows = "nixpkgs";
|
||||
ip-whitelist.url = "github:Oak-Digital/nixos-ip-whitelist-firewall";
|
||||
nix-homebrew.url = "github:zhaofengli/nix-homebrew";
|
||||
inputs.wezterm.url = "github:wezterm/wezterm?dir=nix";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
|
@ -22,6 +23,7 @@
|
|||
nix-darwin,
|
||||
nix-homebrew,
|
||||
agenix,
|
||||
wezterm,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@
|
|||
nautilus-open-any-terminal
|
||||
swaynotificationcenter
|
||||
ironbar
|
||||
gimp
|
||||
];
|
||||
|
||||
imports = [
|
||||
|
|
|
|||
|
|
@ -125,7 +125,6 @@
|
|||
git
|
||||
neovim
|
||||
btop
|
||||
wezterm
|
||||
ghostty
|
||||
fish
|
||||
pwvucontrol
|
||||
|
|
|
|||
|
|
@ -515,7 +515,11 @@ binds {
|
|||
Mod+Shift+P { power-off-monitors; }
|
||||
|
||||
// Other bindings
|
||||
Mod+Ctrl+Alt+U { spawn-sh "~/.config/awww/bin/random-bg.sh ~/Pictures/Wallpapers/.un"; }
|
||||
Mod+Ctrl+Alt+Y { spawn-sh "~/.config/awww/bin/random-bg.sh ~/Pictures/Wallpapers/.un/bot"; }
|
||||
Mod+Ctrl+Alt+U { spawn-sh "~/.config/awww/bin/random-bg.sh ~/Pictures/Wallpapers/.un/black"; }
|
||||
Mod+Ctrl+Alt+I { spawn-sh "~/.config/awww/bin/random-bg.sh ~/Pictures/Wallpapers/.un/classy"; }
|
||||
Mod+Ctrl+Alt+O { spawn-sh "~/.config/awww/bin/random-bg.sh ~/Pictures/Wallpapers/.un/full"; }
|
||||
Mod+Ctrl+Alt+P { spawn-sh "~/.config/awww/bin/random-bg.sh ~/Pictures/Wallpapers/.un/onepiece"; }
|
||||
Mod+Ctrl+Alt+S { spawn-sh "~/.config/awww/bin/random-bg.sh ~/Pictures/Wallpapers/safe/dark"; }
|
||||
Mod+S { spawn-sh "swaync-client -t -sw"; }
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue