Other config; added new tpm package for tmux

This commit is contained in:
Random936
2024-05-21 21:43:28 -07:00
parent e6e927ae0d
commit c82e83bf59
8 changed files with 64 additions and 28 deletions

View File

@@ -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";
}

View File

@@ -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"