Compare commits

..

3 commits

Author SHA1 Message Date
d2054b4658
kitty: set nvim scrollback pager to use clipboard by default 2024-09-04 21:25:56 -07:00
b1f32afad7
flake.lock: Update
Flake lock file updates:

• Updated input 'apple-firmware':
    'git+https://code.youwen.dev/youwen5/apple-firmware?ref=refs/heads/main&rev=a967c5942a7f44feabd0326a23ada2b701ea157b' (2024-09-04)
  → 'git+https://code.youwen.dev/youwen5/apple-firmware?ref=refs/heads/main&rev=890d58bbfa4eeb1d6fbe3e44066a60c7b697b09d' (2024-09-04)
• Updated input 'homebrew-cask':
    'github:homebrew/homebrew-cask/72dbcb18f030b82b19cb9369b4f9f1d21b44ecf0' (2024-09-04)
  → 'github:homebrew/homebrew-cask/8eea8e79afdf33b69942152cb51b9a5a9de33909' (2024-09-05)
• Updated input 'homebrew-core':
    'github:homebrew/homebrew-core/f5f0fe76ba9e88cc3b713492bc58fffd2b1bfff5' (2024-09-04)
  → 'github:homebrew/homebrew-core/5aa28cd709af61d2aca3313b9076a2f39a87cc9b' (2024-09-05)
• Updated input 'zen-browser':
    'github:youwen5/zen-browser-flake/9c9a6a8073f800d949ffd68a6f4a1531998082ce' (2024-09-04)
  → 'github:youwen5/zen-browser-flake/36c71e7e5ea0942f8c3b6af04e74f10ffd6bad2b' (2024-09-05)
2024-09-04 21:08:30 -07:00
6e2f583df1
feat: add wine and audio production modules 2024-09-04 19:46:09 -07:00
7 changed files with 36 additions and 23 deletions

View file

@ -3,10 +3,10 @@
"apple-firmware": { "apple-firmware": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1725472850, "lastModified": 1725473433,
"narHash": "sha256-v+4olhpAPlvNBuQT0wRel4Jn++5m+TQ5seETUR12/MA=", "narHash": "sha256-XG87QYz9zUwxkcft5SaF11ZZNtBT/xuy0uX7EcjPkJ8=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "a967c5942a7f44feabd0326a23ada2b701ea157b", "rev": "890d58bbfa4eeb1d6fbe3e44066a60c7b697b09d",
"revCount": 4, "revCount": 4,
"type": "git", "type": "git",
"url": "https://code.youwen.dev/youwen5/apple-firmware" "url": "https://code.youwen.dev/youwen5/apple-firmware"
@ -463,11 +463,11 @@
"homebrew-cask": { "homebrew-cask": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1725469445, "lastModified": 1725501205,
"narHash": "sha256-4Pl4yst8JEOccjgV7YwhIwxabqzzlB/QGz78FwNETjw=", "narHash": "sha256-D6p9yB1FMMTuA5aqfsGVlEqkdMHduDhW6xX6STGNrt0=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-cask", "repo": "homebrew-cask",
"rev": "72dbcb18f030b82b19cb9369b4f9f1d21b44ecf0", "rev": "8eea8e79afdf33b69942152cb51b9a5a9de33909",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -479,11 +479,11 @@
"homebrew-core": { "homebrew-core": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1725471439, "lastModified": 1725506810,
"narHash": "sha256-gtGqdvNVTUN8XDxnxkM6u3AGtiCLATl2a41PUwdsbWU=", "narHash": "sha256-lL9FCv/F8c6OnKDUGVFn+NGcLINvFmT6k7V9bz4D9X8=",
"owner": "homebrew", "owner": "homebrew",
"repo": "homebrew-core", "repo": "homebrew-core",
"rev": "f5f0fe76ba9e88cc3b713492bc58fffd2b1bfff5", "rev": "5aa28cd709af61d2aca3313b9076a2f39a87cc9b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -1035,11 +1035,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1725425585, "lastModified": 1725509287,
"narHash": "sha256-yAQIw1wZlhdZaIt9VjiiMhWCx3hndVk1ZV9Boq0CIXs=", "narHash": "sha256-ygQeCxv0EISqsIyw1XFIaYHJNHgEMjcGCsg8xPzvGc4=",
"owner": "youwen5", "owner": "youwen5",
"repo": "zen-browser-flake", "repo": "zen-browser-flake",
"rev": "9c9a6a8073f800d949ffd68a6f4a1531998082ce", "rev": "36c71e7e5ea0942f8c3b6af04e74f10ffd6bad2b",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -14,6 +14,8 @@
../../modules/linux/core ../../modules/linux/core
../../modules/linux/hamachi ../../modules/linux/hamachi
../../modules/linux/desktop-portal ../../modules/linux/desktop-portal
../../modules/linux/audio-prod
../../modules/linux/wine
../../overlays ../../overlays
catppuccin.nixosModules.catppuccin catppuccin.nixosModules.catppuccin

View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
reaper
yabridge
yabridgectl
];
}

View file

@ -7,12 +7,7 @@
alsa.enable = true; alsa.enable = true;
alsa.support32Bit = true; alsa.support32Bit = true;
pulse.enable = true; pulse.enable = true;
# If you want to use JACK applications, uncomment this jack.enable = true;
#jack.enable = true;
# use the example session manager (no others are packaged yet so this is enabled by default,
# no need to redefine it in your config for now)
#media-session.enable = true;
}; };
services.playerctld.enable = true; services.playerctld.enable = true;

View file

@ -0,0 +1,12 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
winetricks
wine
];
nixpkgs.overlays = [
(self: super: {
wine = super.wineWowPackages.stable;
})
];
}

View file

@ -16,7 +16,6 @@ in
bitwarden-desktop bitwarden-desktop
modrinth-app modrinth-app
lutris lutris
wine
sbctl sbctl
r2modman r2modman
] ]

View file

@ -17,12 +17,9 @@
background_opacity = "0.8"; background_opacity = "0.8";
allow_remote_control = "socket-only"; allow_remote_control = "socket-only";
listen_on = "unix:/tmp/kitty"; listen_on = "unix:/tmp/kitty";
# action_alias = "kitty_scrollback_nvim kitten /home/youwen/.local/share/nvim/lazy/kitty-scrollback.nvim/python/kitty_scrollback_nvim.py"; scrollback_pager = ''nvim --noplugin -c "set signcolumn=no showtabline=0 clipboard=unnamedplus" -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - "'';
scrollback_pager = ''nvim --noplugin -c "set signcolumn=no showtabline=0" -c "silent write! /tmp/kitty_scrollback_buffer | te cat /tmp/kitty_scrollback_buffer - "'';
}; };
keybindings = { keybindings = {
# "kitty_mod+h" = "kitty_scrollback_nvim";
# "kitty_mod+g" = "kitty_scrollback_nvim --config ksb_builtin_last_cmd_output";
"kitty_mod+h" = "show_scrollback"; "kitty_mod+h" = "show_scrollback";
}; };
}; };