Skip to content

Commit

Permalink
style: Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aiotter committed Jan 15, 2025
1 parent d67c276 commit 0159371
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{ config, pkgs, lib, flakeInputs, ... }:

{
# imports = [ <home-manager/nix-darwin> ];
imports = [
modules/snmp
];
Expand Down Expand Up @@ -44,17 +43,12 @@

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

# Use a custom configuration.nix location.
# $ darwin-rebuild switch -I darwin-config=$HOME/path/to/configuration.nix
# environment.darwinConfig = "$HOME/.config/nixpkgs/darwin/configuration.nix";

nixpkgs.config.allowUnfree = true;

# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages = [
pkgs.cachix
# pkgs.home-manager
pkgs.bashInteractive
pkgs.bash-completion
pkgs.git
Expand All @@ -81,7 +75,6 @@

# Create /etc/bashrc that loads the nix-darwin environment.
programs.zsh.enable = true;
# programs.fish.enable = true;
programs.bash = {
enable = true;
completion.enable = true;
Expand Down

0 comments on commit 0159371

Please sign in to comment.