Other config; added new tpm package for tmux
This commit is contained in:
@@ -112,19 +112,8 @@
|
||||
vim
|
||||
git
|
||||
picom
|
||||
microsoft-edge
|
||||
nextcloud-client
|
||||
bitwarden-cli
|
||||
bitwarden
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
fira-code
|
||||
fira-code-symbols
|
||||
meslo-lgs-nf
|
||||
];
|
||||
|
||||
services.emacs.enable = true;
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
{ config, pkgs, lib, ... }: {
|
||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||
|
||||
# Path fix for GUI applications.
|
||||
launchd.user.envVariables.PATH = config.environment.systemPath;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
@@ -13,6 +14,9 @@
|
||||
|
||||
homebrew = {
|
||||
enable = true;
|
||||
brews = [
|
||||
"coreutils"
|
||||
];
|
||||
casks = [
|
||||
"microsoft-edge"
|
||||
"bitwarden"
|
||||
|
||||
Reference in New Issue
Block a user