From 1506e50ee4f11f87055e6c22fe1f5af42fc93694 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 3 Mar 2024 03:31:10 +0300 Subject: [PATCH] added something --- home/scripts.nix | 7 +++++++ hosts/dlaptop/configuration.nix | 3 ++- hosts/intelnuc/configuration.nix | 5 +++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/home/scripts.nix b/home/scripts.nix index fd02a53..afbd334 100644 --- a/home/scripts.nix +++ b/home/scripts.nix @@ -72,6 +72,7 @@ in { home.packages = with pkgs; [ ephemeralbrowser keepassxc + kitty_wrapped ]; xdg.desktopEntries = { @@ -87,6 +88,12 @@ in { exec = "/etc/profiles/per-user/delta/bin/ephemeralbrowser"; type = "Application"; }; + firefox_work = { + name = "Firefox Work"; + icon = "browser"; + exec = "firejail --noprofile --netns=novpn firefox -p work -no-remote"; + type = "Application"; + }; autostart = { name = "Autostart"; icon = "app-launcher"; diff --git a/hosts/dlaptop/configuration.nix b/hosts/dlaptop/configuration.nix index 845fc16..4eb4af3 100644 --- a/hosts/dlaptop/configuration.nix +++ b/hosts/dlaptop/configuration.nix @@ -162,7 +162,7 @@ services.blueman.enable = true; services.tumbler.enable = true; services.gvfs.enable = true; - services.udev.packages = [ pkgs.gnome.gnome-settings-daemon ]; + services.udev.packages = [ pkgs.gnome.gnome-settings-daemon pkgs.android-udev-rules ]; programs.thunar.enable = true; programs.firejail.enable = true; @@ -242,6 +242,7 @@ poppler f3d nufraw-thumbnailer + android-tools #firefox_nightly #inputs.anyrun.packages.${pkgs.system}.anyrun inputs.telegram-desktop-patched-unstable.packages.${pkgs.system}.default diff --git a/hosts/intelnuc/configuration.nix b/hosts/intelnuc/configuration.nix index 7f9909c..6e142e2 100644 --- a/hosts/intelnuc/configuration.nix +++ b/hosts/intelnuc/configuration.nix @@ -15,6 +15,10 @@ extraGroups = [ "networkmanager" "wheel" "docker"]; }; + services.udev.packages = [ + pkgs.android-udev-rules + ]; + environment.systemPackages = with pkgs; [ git vim @@ -24,6 +28,7 @@ pkgs.xorg.xauth docker docker-compose traefik lazydocker + android-tools ]; networking = {