From ce45c1509f8de1a95381b6b81a02574296e4f7e7 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Wed, 11 Sep 2024 02:37:42 +0100 Subject: [PATCH] feat: a bunch of random stuffs --- flake.lock | 10 +++++----- home/ash/alex.nix | 1 + home/ash/intellij.nix | 1 + home/ash/vscodium.nix | 3 +++ roles/libvirt.nix | 1 + 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 1146d5f..2709586 100644 --- a/flake.lock +++ b/flake.lock @@ -159,14 +159,14 @@ "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": { + "original": { "owner": "nix-community", "repo": "crate2nix", "type": "github" diff --git a/home/ash/alex.nix b/home/ash/alex.nix index 3deb92e..0a0d73b 100644 --- a/home/ash/alex.nix +++ b/home/ash/alex.nix @@ -18,6 +18,7 @@ kdePackages.plasma-browser-integration kdePackages.qtwebengine rtl-sdr + signal-desktop ]; services.kdeconnect = { enable = true; diff --git a/home/ash/intellij.nix b/home/ash/intellij.nix index 30e5b3f..1ece101 100644 --- a/home/ash/intellij.nix +++ b/home/ash/intellij.nix @@ -1,5 +1,6 @@ { config, pkgs, ... }: { home.packages = with pkgs; [ jetbrains.idea-ultimate + android-studio ]; } diff --git a/home/ash/vscodium.nix b/home/ash/vscodium.nix index 0e8c412..1e4f9f2 100644 --- a/home/ash/vscodium.nix +++ b/home/ash/vscodium.nix @@ -32,6 +32,9 @@ vue.volar editorconfig.editorconfig arcanis.vscode-zipfs + jakebecker.elixir-ls + phoenixframework.phoenix + bradlc.vscode-tailwindcss ]); }) ]; diff --git a/roles/libvirt.nix b/roles/libvirt.nix index 440da6c..999220e 100644 --- a/roles/libvirt.nix +++ b/roles/libvirt.nix @@ -15,4 +15,5 @@ }; }; users.users.ash.extraGroups = ["libvirtd"]; + virtualisation.spiceUSBRedirection.enable = true; }