pngpaste back into user profile, add mesa to utmvm

This commit is contained in:
willemml 2023-02-10 09:08:10 -08:00
parent ba3133b50d
commit c83a6109d1
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD
4 changed files with 9 additions and 7 deletions

View file

@ -1,7 +1,12 @@
{ pkgs, lib, ... }:
let
darwin = with pkgs; [ ];
darwin = with pkgs; [
pngpaste
pinentry-touchid
pinentry-mac
spoof-mac
];
linux = with pkgs; [ ];
pass-extended = pkgs.pass.withExtensions (exts: [ exts.pass-genphrase exts.pass-otp exts.pass-import ]);
python-wp = pkgs.python310.withPackages (p: with p; [ setuptools pyaml requests latexify-py ]);

View file

@ -149,7 +149,7 @@
ew = "emacsclient -c";
l = "ls -1";
np = "nix-shell -p";
nrs = lib.optionals pkgs.stdenv.isLinux "sudo nixos-rebuild switch --flake ${config.home.homeDirectory}/.config/dotfiles.nix#";
nrs = lib.mkIf pkgs.stdenv.isLinux "sudo nixos-rebuild switch --flake ${config.home.homeDirectory}/.config/dotfiles.nix#";
org = "z ${config.home.sessionVariables.ORGDIR}";
ubc = "z ${config.home.sessionVariables.UBCDIR}";
};

View file

@ -22,13 +22,8 @@
darwin-zsh-completions
discord
freecad-mac
gnused
iterm2
pinentry-touchid
pinentry-mac
pngpaste
qbittorrent-mac
spoof-mac
spotify-mac
utm
vlc-mac

View file

@ -11,6 +11,8 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
environment.systemPackages = with pkgs; [ mesa ];
fileSystems."/" = {
device = "/dev/disk/by-label/nixos";