summaryrefslogtreecommitdiff
path: root/modules/examples/lnl.nix
AgeCommit message (Collapse)Author
2024-11-16treewide: remove mentions of `services.nix-daemon.enable = true;`Michael Hoang
2024-11-07examples: clean upMichael Hoang
2024-11-07examples: fix evaluationMichael Hoang
2024-10-31tmux: remove `programs.tmux.defaultCommand`Michael Hoang
2024-10-08programs/bash: move to completion.*isabel
a port of https://github.com/NixOS/nixpkgs/pull/291552 for darwin
2024-07-24Add inline prediction option mirroring the capitalization option347Online | Katie Janzen
2024-01-27Add zsh completions to darwin-rebuld by defaultThane Gill
2023-07-14Add `darwin-version` commandMichael Hoang
2022-09-25rename runCommandNoCCJames Walker
2022-08-16Move build user options to `nix` module to improve overlap with NixOSMalo Bourgon
Also add `config.ids` like in NixOS.
2022-08-16Update `nix` module to use `settings` sub options like in NixOS moduleMalo Bourgon
Also update option definitions to match those in `nixpkgs` where it makes sense.
2022-05-07update example configDaiderd Jordan
2020-10-25don't set SHELL automatically based on programs.<shell>.enableDaiderd Jordan
2020-10-25lnl: cleanup example configDaiderd Jordan
2020-10-19lnl: remove kittyDaiderd Jordan
2020-09-12lnl: remove gitconfig symlinkDaiderd Jordan
2020-06-14lnl: fix evaluation and switch to neovimDaiderd Jordan
2020-06-11replace NIX_PATH references with regular pathsDaiderd Jordan
2020-05-30lnl: disable gnupg agent for secretiveDaiderd Jordan
2020-05-30lnl: update functionsDaiderd Jordan
2020-05-30lnl: update fetch-nixpkgsDaiderd Jordan
2020-05-30lnl: fix min-free/max-free valuesDaiderd Jordan
2020-05-30nix: better defaults settings for maxJobs/buildCoresJörg Thalheim
most users just want to use all available cores. This commit aligns our defaults with what we do in NixOS
2020-05-29system: cleanup patches activationDaiderd Jordan
2020-03-29Rename programs.tmux.tmuxConfig -> extraConfigJason Felice
2020-02-29lnl: updateDaiderd Jordan
2019-09-24lnl: load :u packages in current instead of a subshellDaiderd Jordan
2019-07-29lnl: remove default sandboxDaiderd Jordan
2019-07-29lnl: remove chunkwm dummyDaiderd Jordan
2019-05-17SSL_CERT_FILE -> NIX_SSL_CERT_FILEDomen Kožar
2019-05-04lnl: open up per-user paths in sandboxDaiderd Jordan
2019-03-20lnl: update reexec aliasesDaiderd Jordan
2019-02-16lnl: start tmux panes in a sandbox by defaultDaiderd Jordan
2019-02-16lnl: sandbox fetch-nixpkgs-updates serviceDaiderd Jordan
2019-02-12lnl: add tmp and var/tmp to sandbox pathsDaiderd Jordan
2019-02-12lnl: (re)enable sandboxing with extra-sandbox-pathsDaiderd Jordan
There are still some problems with frameworks, this opens up the sandbox enough by default to work around that and make it work like expected in most cases.
2019-01-16lnl: disable cachixDaiderd Jordan
2019-01-07lnl: cleanup and configure nixbld usersDaiderd Jordan
2018-12-18lnl: add nix-daemon objc workaroundDaiderd Jordan
2018-12-18lnl: fix reexec aliasesDaiderd Jordan
2018-12-18lnl: enable gnupg agentDaiderd Jordan
2018-12-18lnl: add awscliDaiderd Jordan
2018-09-21lnl: move gitconfig to dotfilesDaiderd Jordan
2018-09-13lnl: make git commit verbose by defaultDaiderd Jordan
Having the diff context for both commit and rebase -i is really useful while writing commit messages.
2018-09-05lnl: add system packagesDaiderd Jordan
2018-08-26simple: add environment.darwinConfig exampleDaiderd Jordan
2018-08-25lnl: add vim dotfiles commentDaiderd Jordan
2018-08-25lnl: replace kwmDaiderd Jordan
The new chunkwm is much faster and fixes a few issues that kwm used to have. Sadly the package can't be built without CommandLineTools at the moment because it depends on 10.11 frameworks.:
2018-08-23lnl: use environment.dDaiderd Jordan
2018-08-22lnl: fix darwin-zsh-completions nameDaiderd Jordan