diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-21 14:21:10 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-21 14:21:10 +0530 |
| commit | 1902a372eeb4b800b35c8f47cb28edfe507e0508 (patch) | |
| tree | 38957ce4a86880fa9985ee9c69d3ed210c798259 /configuration.nix | |
| parent | 9c25787d48967577acd9c83a4fb662c49eb25bee (diff) | |
Moved some things to nix shell flakes
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 13 |
1 files changed, 2 insertions, 11 deletions
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; |
