mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
pngpaste back into user profile, add mesa to utmvm
This commit is contained in:
parent
ba3133b50d
commit
c83a6109d1
4 changed files with 9 additions and 7 deletions
|
@ -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 ]);
|
||||
|
|
|
@ -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}";
|
||||
};
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue