feat: a bunch of random stuffs

This commit is contained in:
Ashhhleyyy 2024-09-11 02:37:42 +01:00
parent 049db6fcf8
commit ce45c1509f
Signed by: ash
GPG key ID: 83B789081A0878FB
5 changed files with 11 additions and 5 deletions

View file

@ -159,11 +159,11 @@
"pre-commit-hooks": "pre-commit-hooks_3" "pre-commit-hooks": "pre-commit-hooks_3"
}, },
"locked": { "locked": {
"lastModified": 1722890313, "lastModified": 1719760654,
"narHash": "sha256-+LV1Lpu+nQmSqbd3/xF2C6E9RBKu2xSFEwwwlvHT+Tg=", "narHash": "sha256-L3VIJ9182wsYJqP27xO5qiWwfK+a00x0JHiy8ns3NQE=",
"owner": "ashhhleyyy", "owner": "nix-community",
"repo": "crate2nix", "repo": "crate2nix",
"rev": "1830ff005ba3fe2f5b1cc4483e3b4ec83111b418", "rev": "a6ca1e58132bab26fc08572f22a34bbb86f4d91d",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -18,6 +18,7 @@
kdePackages.plasma-browser-integration kdePackages.plasma-browser-integration
kdePackages.qtwebengine kdePackages.qtwebengine
rtl-sdr rtl-sdr
signal-desktop
]; ];
services.kdeconnect = { services.kdeconnect = {
enable = true; enable = true;

View file

@ -1,5 +1,6 @@
{ config, pkgs, ... }: { { config, pkgs, ... }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
jetbrains.idea-ultimate jetbrains.idea-ultimate
android-studio
]; ];
} }

View file

@ -32,6 +32,9 @@
vue.volar vue.volar
editorconfig.editorconfig editorconfig.editorconfig
arcanis.vscode-zipfs arcanis.vscode-zipfs
jakebecker.elixir-ls
phoenixframework.phoenix
bradlc.vscode-tailwindcss
]); ]);
}) })
]; ];

View file

@ -15,4 +15,5 @@
}; };
}; };
users.users.ash.extraGroups = ["libvirtd"]; users.users.ash.extraGroups = ["libvirtd"];
virtualisation.spiceUSBRedirection.enable = true;
} }