mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore: updates
This commit is contained in:
parent
564ad12def
commit
5e83abc0fb
6 changed files with 4 additions and 12 deletions
|
|
@ -5,11 +5,13 @@
|
|||
extra-substituters = [
|
||||
"https://hyprland.cachix.org"
|
||||
"https://walker.cachix.org"
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
|
||||
extra-trusted-public-keys = [
|
||||
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
|
||||
"walker.cachix.org-1:fG8q+uAaMqhsMxWjwvk0IMb4mFPFLqHjuvfwQxE4oJM="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
username,
|
||||
pkgsUnstable,
|
||||
...
|
||||
}: {
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
virtualisation.virtualbox.host.package = pkgsUnstable.virtualbox;
|
||||
users.extraGroups.vboxusers.members = [username];
|
||||
}
|
||||
|
|
@ -34,7 +34,6 @@ in {
|
|||
};
|
||||
|
||||
security.polkit.enable = true;
|
||||
xdg.portal.enable = true;
|
||||
services.dbus.enable = true;
|
||||
|
||||
hardware = {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = [
|
||||
pkgs.nodejs_22
|
||||
pkgs.nodejs
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@
|
|||
./apps/pycharm.nix
|
||||
./apps/vscode.nix
|
||||
./apps/sublime-merge.nix
|
||||
./apps/virtualbox.nix
|
||||
./apps/ollama.nix
|
||||
./dev/python.nix
|
||||
./dev/javascript.nix
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
# Monitoring
|
||||
htop
|
||||
btop
|
||||
lshw
|
||||
|
||||
# Archive
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue