Compare commits
3 commits
2b422ad119
...
44d07fadb1
Author | SHA1 | Date | |
---|---|---|---|
44d07fadb1 | |||
70e8e5a2c9 | |||
809e37dbde |
3 changed files with 12 additions and 1 deletions
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"yaml.schemas": {
|
||||||
|
"https://raw.githubusercontent.com/woodpecker-ci/woodpecker/main/pipeline/frontend/yaml/linter/schema/schema.json": "file:///home/notoh/snowflake/.woodpecker/deploy.yml"
|
||||||
|
}
|
||||||
|
}
|
|
@ -97,6 +97,10 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = [pkgs.nvidia-vaapi-driver];
|
extraPackages = [pkgs.nvidia-vaapi-driver];
|
||||||
};
|
};
|
||||||
|
opentabletdriver = {
|
||||||
|
enable = true;
|
||||||
|
daemon.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
@ -34,13 +34,15 @@
|
||||||
pavucontrol
|
pavucontrol
|
||||||
rustdesk
|
rustdesk
|
||||||
anki
|
anki
|
||||||
vscodium-fhs
|
distrobox
|
||||||
|
vscode-fhs
|
||||||
obsidian-wayland
|
obsidian-wayland
|
||||||
supersonic-wayland
|
supersonic-wayland
|
||||||
jellyfin-mpv-shim
|
jellyfin-mpv-shim
|
||||||
virt-manager
|
virt-manager
|
||||||
imv
|
imv
|
||||||
mpv
|
mpv
|
||||||
|
ffmpeg
|
||||||
nom
|
nom
|
||||||
rustypaste-cli
|
rustypaste-cli
|
||||||
gimp
|
gimp
|
||||||
|
|
Loading…
Reference in a new issue