aboutsummaryrefslogtreecommitdiff
path: root/home-manager
diff options
context:
space:
mode:
authorAargh Rai <aargh.rai+git@gmail.com>2026-04-30 09:14:35 +0530
committerAargh Rai <aargh.rai+git@gmail.com>2026-04-30 09:14:35 +0530
commit3b85116cd708fb94cf79bc68f853618b2906dfed (patch)
tree26484003eb93c581793313f22465e2b33c8e6edc /home-manager
parentc57791d3b1cb8e6ae23e304ba08c55746c0b8013 (diff)
nix flake update + added google-chrome, obs-studio, opencode, etc.
Diffstat (limited to 'home-manager')
-rw-r--r--home-manager/home.nix16
1 files changed, 0 insertions, 16 deletions
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 = {