Skip to content

Commit 0159371

Browse files
committed
style: Remove comments
1 parent d67c276 commit 0159371

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

default.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{ config, pkgs, lib, flakeInputs, ... }:
22

33
{
4-
# imports = [ <home-manager/nix-darwin> ];
54
imports = [
65
modules/snmp
76
];
@@ -44,17 +43,12 @@
4443

4544
# environment.shells = [ "${pkgs.bashInteractive}/bin/bash" ];
4645

47-
# Use a custom configuration.nix location.
48-
# $ darwin-rebuild switch -I darwin-config=$HOME/path/to/configuration.nix
49-
# environment.darwinConfig = "$HOME/.config/nixpkgs/darwin/configuration.nix";
50-
5146
nixpkgs.config.allowUnfree = true;
5247

5348
# List packages installed in system profile. To search by name, run:
5449
# $ nix-env -qaP | grep wget
5550
environment.systemPackages = [
5651
pkgs.cachix
57-
# pkgs.home-manager
5852
pkgs.bashInteractive
5953
pkgs.bash-completion
6054
pkgs.git
@@ -81,7 +75,6 @@
8175

8276
# Create /etc/bashrc that loads the nix-darwin environment.
8377
programs.zsh.enable = true;
84-
# programs.fish.enable = true;
8578
programs.bash = {
8679
enable = true;
8780
completion.enable = true;

0 commit comments

Comments
 (0)