feat: a bunch of random stuffs
This commit is contained in:
parent
049db6fcf8
commit
ce45c1509f
5 changed files with 11 additions and 5 deletions
|
@ -159,11 +159,11 @@
|
|||
"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": {
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
kdePackages.plasma-browser-integration
|
||||
kdePackages.qtwebengine
|
||||
rtl-sdr
|
||||
signal-desktop
|
||||
];
|
||||
services.kdeconnect = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{ config, pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
jetbrains.idea-ultimate
|
||||
android-studio
|
||||
];
|
||||
}
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
vue.volar
|
||||
editorconfig.editorconfig
|
||||
arcanis.vscode-zipfs
|
||||
jakebecker.elixir-ls
|
||||
phoenixframework.phoenix
|
||||
bradlc.vscode-tailwindcss
|
||||
]);
|
||||
})
|
||||
];
|
||||
|
|
|
@ -15,4 +15,5 @@
|
|||
};
|
||||
};
|
||||
users.users.ash.extraGroups = ["libvirtd"];
|
||||
virtualisation.spiceUSBRedirection.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue