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, ... }:
|
||||
|
||||
{
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
# $ nix-env -qaP | grep wget
|
||||
environment.systemPackages =
|
||||
[
|
||||
pkgs.git-lfs
|
||||
pkgs.vim
|
||||
pkgs.iterm2
|
||||
pkgs.obsidian
|
||||
|
|
@ -19,7 +21,6 @@
|
|||
# pkgs.spotify
|
||||
# pkgs.firefox
|
||||
# pkgs.google-chrome
|
||||
# git-lfs
|
||||
];
|
||||
|
||||
|
||||
|
|
@ -53,6 +54,10 @@
|
|||
remapCapsLockToEscape = true;
|
||||
};
|
||||
|
||||
system.defaults = {
|
||||
finder.AppleShowAllExtensions = true;
|
||||
};
|
||||
|
||||
# Used for backwards compatibility, please read the changelog before changing.
|
||||
# $ darwin-rebuild changelog
|
||||
system.stateVersion = 4;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue