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;
|
||||
extraPackages = [pkgs.nvidia-vaapi-driver];
|
||||
};
|
||||
opentabletdriver = {
|
||||
enable = true;
|
||||
daemon.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
|
@ -34,13 +34,15 @@
|
|||
pavucontrol
|
||||
rustdesk
|
||||
anki
|
||||
vscodium-fhs
|
||||
distrobox
|
||||
vscode-fhs
|
||||
obsidian-wayland
|
||||
supersonic-wayland
|
||||
jellyfin-mpv-shim
|
||||
virt-manager
|
||||
imv
|
||||
mpv
|
||||
ffmpeg
|
||||
nom
|
||||
rustypaste-cli
|
||||
gimp
|
||||
|
|
Loading…
Reference in a new issue