mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03:51 -08:00
Compare commits
No commits in common. "3ad195d43343dc84aa811c2f5426c161174e5a75" and "68903bee2b63ff7bad18259ffb174c5f1d5b5205" have entirely different histories.
3ad195d433
...
68903bee2b
2 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
../wine
|
||||
];
|
||||
environment.systemPackages = with pkgs; [
|
||||
reaper
|
||||
yabridge
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
settings = {
|
||||
exec-once = [
|
||||
"${pkgs.waypaper}/bin/waypaper --restore"
|
||||
"[workspace 2 silent] ${pkgs.kitty}/bin/kitty"
|
||||
"[workspace silent 2]${pkgs.kitty}/bin/kitty"
|
||||
];
|
||||
"$mod" = "SUPER";
|
||||
"$Left" = "H";
|
||||
|
|
Loading…
Reference in a new issue