From 3b85116cd708fb94cf79bc68f853618b2906dfed Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Thu, 30 Apr 2026 09:14:35 +0530 Subject: nix flake update + added google-chrome, obs-studio, opencode, etc. --- home-manager/home.nix | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'home-manager') diff --git a/home-manager/home.nix b/home-manager/home.nix index e0fb943..f692d31 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -43,22 +43,6 @@ in { home.stateVersion = "25.05"; home.packages = with pkgs; [ devenv - # # Adds the 'hello' command to your environment. It prints a friendly - # # "Hello, world!" when run. - # pkgs.hello - - # # It is sometimes useful to fine-tune packages, for example, by applying - # # overrides. You can do that directly here, just don't forget the - # # parentheses. Maybe you want to install Nerd Fonts with a limited number of - # # fonts? - # (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; }) - - # # You can also create simple shell scripts directly inside your - # # configuration. For example, this adds a command 'my-hello' to your - # # environment: - # (pkgs.writeShellScriptBin "my-hello" '' - # echo "Hello, ${config.home.username}!" - # '') ]; home.file = { -- cgit v1.2.3