feat: a bunch of random stuffs
This commit is contained in:
parent
049db6fcf8
commit
ce45c1509f
5 changed files with 11 additions and 5 deletions
10
flake.lock
10
flake.lock
|
@ -159,14 +159,14 @@
|
||||||
"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": {
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "crate2nix",
|
"repo": "crate2nix",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{ config, pkgs, ... }: {
|
{ config, pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
jetbrains.idea-ultimate
|
jetbrains.idea-ultimate
|
||||||
|
android-studio
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
||||||
]);
|
]);
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
|
@ -15,4 +15,5 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
users.users.ash.extraGroups = ["libvirtd"];
|
users.users.ash.extraGroups = ["libvirtd"];
|
||||||
|
virtualisation.spiceUSBRedirection.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue