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

View file

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

View file

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

View file

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

View file

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