desktop-2024-11-02-18-22-53
This commit is contained in:
@ -2,13 +2,12 @@
|
||||
{
|
||||
programs.firefox = {
|
||||
enable = true;
|
||||
nativeMessagingHosts.packages = with pkgs; [ uget-integrator ];
|
||||
# nativeMessagingHosts.packages = with pkgs; [ uget-integrator ];
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
uget
|
||||
# uget
|
||||
brave
|
||||
# firefox
|
||||
librewolf
|
||||
tor-browser-bundle-bin
|
||||
];
|
||||
|
@ -66,7 +66,6 @@
|
||||
];
|
||||
|
||||
home-manager.users.alex = { pkgs, ... }: {
|
||||
# services = { syncthing = { enable = true; }; };
|
||||
programs = {
|
||||
vscode = {
|
||||
enable = true;
|
||||
|
@ -30,7 +30,6 @@ in
|
||||
users.alex = {
|
||||
isNormalUser = true;
|
||||
uid = 1000;
|
||||
# hashedPassword = secrets.hashedPassword;
|
||||
hashedPasswordFile = config.sops.secrets.hashedPassword.path;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
|
@ -2,36 +2,10 @@
|
||||
{
|
||||
users.extraGroups.vboxusers.members = [ "alex" ];
|
||||
|
||||
# "libvirtd"
|
||||
# "qemu-libvirtd"
|
||||
# "kvm"
|
||||
|
||||
virtualisation = {
|
||||
virtualbox.host = {
|
||||
enable = true;
|
||||
enableExtensionPack = true;
|
||||
};
|
||||
|
||||
vmware.host.enable = true;
|
||||
|
||||
# libvirtd = {
|
||||
# enable = true;
|
||||
# qemu = {
|
||||
# package = pkgs.qemu_kvm;
|
||||
# swtpm.enable = true;
|
||||
# ovmf = {
|
||||
# enable = true;
|
||||
# packages = [
|
||||
# (pkgs.OVMF.override {
|
||||
# secureBoot = true;
|
||||
# tpmSupport = true;
|
||||
# }).fd
|
||||
# ];
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
# spiceUSBRedirection.enable = true;
|
||||
};
|
||||
|
||||
# environment.systemPackages = with pkgs; [ proot virtiofsd ];
|
||||
}
|
||||
|
Reference in New Issue
Block a user