class stuff
This commit is contained in:
parent
50d47ffe5a
commit
442669130a
4 changed files with 6 additions and 4 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
nodejs
|
||||
python310Packages.python-lsp-server
|
||||
sqlite
|
||||
unstable.sqlx-cli
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
{
|
||||
"pipewire/pipewire.d/92-low-latency.conf".source = json.generate "92-low-latency.conf" {
|
||||
context.properties = {
|
||||
# default.clock.rate = 48000;
|
||||
default.clock.rate = 48000;
|
||||
# default.allowed-rates = []
|
||||
default.clock.quantum = 32;
|
||||
default.clock.min-quantum = 32;
|
||||
|
|
|
|||
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -105,11 +105,11 @@
|
|||
},
|
||||
"nixpkgs-unstable": {
|
||||
"locked": {
|
||||
"lastModified": 1705496572,
|
||||
"narHash": "sha256-rPIe9G5EBLXdBdn9ilGc0nq082lzQd0xGGe092R/5QE=",
|
||||
"lastModified": 1705856552,
|
||||
"narHash": "sha256-JXfnuEf5Yd6bhMs/uvM67/joxYKoysyE3M2k6T3eWbg=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "842d9d80cfd4560648c785f8a4e6f3b096790e19",
|
||||
"rev": "612f97239e2cc474c13c9dafa0df378058c5ad8d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
users.users.tao.packages = with pkgs; [
|
||||
unstable.typstfmt
|
||||
mendeley
|
||||
# unstable.wkhtmltopdf
|
||||
calibre
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue