From 1902a372eeb4b800b35c8f47cb28edfe507e0508 Mon Sep 17 00:00:00 2001 From: anand Date: Sun, 21 Dec 2025 14:21:10 +0530 Subject: Moved some things to nix shell flakes --- configuration.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 1629862..8530dad 100644 --- a/configuration.nix +++ b/configuration.nix @@ -54,7 +54,6 @@ }; environment.systemPackages = with pkgs; [ - udev unzip zip vim @@ -79,11 +78,6 @@ xfce.thunar-volman xfce.thunar-archive-plugin xfce.thunar-media-tags-plugin - python315 - rustc - cargo - clippy - rustfmt brillo gnome.gvfs wlr-randr @@ -105,12 +99,7 @@ hyprlock hyprshot trashy - php - phpPackages.composer - nodejs_25 - go lazygit - gcc ]; fonts.packages = with pkgs; [ @@ -129,6 +118,8 @@ virtualisation.libvirtd.enable = true; programs.virt-manager.enable = true; + programs.nix-ld.enable = true; + programs.gnupg.agent = { enable = true; enableSSHSupport = true; -- cgit v1.2.3