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