some darwin adjustments: show extensions, git-lfs
This commit is contained in:
parent
638a5a975c
commit
82de9b7295
1 changed files with 6 additions and 1 deletions
|
|
@ -1,11 +1,13 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
# List packages installed in system profile. To search by name, run:
|
# List packages installed in system profile. To search by name, run:
|
||||||
# $ nix-env -qaP | grep wget
|
# $ nix-env -qaP | grep wget
|
||||||
environment.systemPackages =
|
environment.systemPackages =
|
||||||
[
|
[
|
||||||
|
pkgs.git-lfs
|
||||||
pkgs.vim
|
pkgs.vim
|
||||||
pkgs.iterm2
|
pkgs.iterm2
|
||||||
pkgs.obsidian
|
pkgs.obsidian
|
||||||
|
|
@ -19,7 +21,6 @@
|
||||||
# pkgs.spotify
|
# pkgs.spotify
|
||||||
# pkgs.firefox
|
# pkgs.firefox
|
||||||
# pkgs.google-chrome
|
# pkgs.google-chrome
|
||||||
# git-lfs
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -53,6 +54,10 @@
|
||||||
remapCapsLockToEscape = true;
|
remapCapsLockToEscape = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
system.defaults = {
|
||||||
|
finder.AppleShowAllExtensions = true;
|
||||||
|
};
|
||||||
|
|
||||||
# Used for backwards compatibility, please read the changelog before changing.
|
# Used for backwards compatibility, please read the changelog before changing.
|
||||||
# $ darwin-rebuild changelog
|
# $ darwin-rebuild changelog
|
||||||
system.stateVersion = 4;
|
system.stateVersion = 4;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue