mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
config: remove duplicate config
This commit is contained in:
parent
a90e123fbb
commit
ea278d3ef9
@ -297,11 +297,6 @@
|
||||
# again.
|
||||
nix.package = pkgs.nixUnstable;
|
||||
|
||||
# Find Nix files with these! Even if nix-index is already enabled, it
|
||||
# is better to make it explicit.
|
||||
programs.command-not-found.enable = false;
|
||||
programs.nix-index.enable = true;
|
||||
|
||||
# Set the configurations for the package manager.
|
||||
nix.settings =
|
||||
let
|
||||
@ -401,6 +396,10 @@
|
||||
# Stallman-senpai will be disappointed. :/
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
# Find Nix files with these! Even if nix-index is already enabled, it
|
||||
# is better to make it explicit.
|
||||
programs.nix-index.enable = true;
|
||||
|
||||
# Setting the homely options.
|
||||
home.username = name;
|
||||
home.homeDirectory = metadata.home-directory or "/home/${config.home.username}";
|
||||
|
Loading…
Reference in New Issue
Block a user