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